Trent Nelson
Trent Nelson
How to reproduce the problem (using `--NoFile` as an argument instead of the correct `--NoFileIo`): ``` C:\perfecthash\src> timemem .\x64\Release\PerfectHashCreate.exe C:\Temp\Events-1894.keys c:\temp\output Chm01 Crc32RotateWXYZ And 1 --NoFile Invalid command line argument:...
We recently added support for using the smallest required data type for the table data assigned array, i.e. if there are less than 65k entries we can use unsigned shorts...
We rely on this `mc.exe` invocation on Windows to convert our `PerfectHashEvents.man` and `PerfectHashErrors.mc` files into the appropriate `include` headers and associated resources: ``` mc -v -o -c -b -h...
At a prior company that made heavy use of cudf, we ran into serious performance problems with Kvikio/GDS when small reads were being furnished by a mmap'd data source because...
This commit introduces the new `datasource_kind` and `datasource_params` data types, and updates the cudf::io::datasource::create() signature to allow parameterized datasource creation. N.B. Non-compiling checkpoint commit. ## Description ## Checklist - [...
It seems each test invocation takes around 0.8-1.5 seconds or so on fast modern hardware. Is that SOL? Investigate what's taking place during each test to see where the time...