Trent Nelson

Results 18 issues of Trent Nelson

As per the work done in the cuda-dev branch and GraphAssign2/GraphImpl2.

I could not get modulus masking working; it keeps generated graphs that fail the verification step due to two keys colliding (i.e. resolving to the same index). Surprisingly, I ran...

I've only seen this once and can't reproduce. It's not obvious what would cause the handle value to be invalid. ``` c:\src\perfecthash-keys>timemem PerfectHashBulkCreate.exe C:\src\perfecthash-keys\random e:\ph\random5.jenkins Chm01 Jenkins And 14 --AttemptsBeforeTableResize=1000000000...

bug

Goldbolt.org is an awesome resource, and it would be nice to be able to copy-and-paste generated compiled perfect hash table output files directly into that website and have them compile.

The shared files that are written once per bulk-create session (e.g. CompiledPerfectHash.h, CompiledPerfectHash.props, etc) are not written if the first table in a bulk-create command fails. (Or rather, they are...

The first few months of development on this project were done in the [tracer](https://github.com/tpn/tracer) project, in the PerfectHashTable directory. It would be good to create a new git repository from...

We recently added a stop-gap measure to support 64-bit key sizes as long as they could be downsized. However, this results in a _pext_u64() bitmap being applied to the incoming...

Currently, the only way to generate a perfect hash table is by providing a keys file, which is expected to be a binary file that is an array of, for...

enhancement

E.g. --BestCoverageType=MaximumGraphTraversalDepth instead of --BestCoverageType=HighestMaxGraphTraversalDepth: ``` C:\perfecthash\src\x64\release\PerfectHashBulkCreate.exe C:\perfecthash-keys\sys32 Chm01 Crc32RotateWXYZ And 11 --AttemptsBeforeTableResize=1000 --MaxNumberOfTableResizes=0 --IgnorePreviousTableSize --FindBestGraph --BestCoverageType=MaximumGraphTraversalDepth --BestCoverageAttempts=10000 c:\perfecthash\src\perfecthash\extractarg.c: 804: TryExtractArgTableCreateParameters failed with error: 3758359093 (0xe0040235). Unreachable code reached. ```

bug
good first issue