Tags: liquidaty/zsv
Tags
Create index inside writer and transformation (#319) * Create index inside writer and transformation. This creates the index while writing the file saving an extra pass * Display dlerror when dynamic linking fails. Helps with missing symbol errors * sheet: Allow search on generated buffers * sheet: Allow index to be used before it is complete * tests: Retry matching expected output to improve test robustness. This also reduces test time dramatically on faster hardware. * sheet: Use buffer status on first display to prevent race in testing * sheet: Convert sheet-subcommand tests to use expect * sheet: Fix bad memory access by duplicating filename string. UI buffer frees this on closing and the indexing thread will use it so it can't point to a stack variable or memory that gets overwritten after the file is opened. * sheet: Convert sheet extension example tests to use expect * sheet: Add benchmark test * sheet: Only notify the UI of progress after 32MB * sheet: Fix bug in \r\n line handling. Added related test
PreviousNext