- Inventory MASM assembly and AVX intrinsics usage.
- Add NASM include and convert MASM routines (RtlCopyPages, RtlFillPages, memset, FastIndexEx).
- Update CMake to build NASM assembly and link PerfectHashAsm cross-platform.
- Enable AVX intrinsics on Linux builds (GraphAvx + AVX selection in Graph/Rtl/TableCreate).
- Build and smoke-test on Linux.
- Verify Windows build (NASM or MASM fallback).
- Add masked vector index variants to handle tail keys without scalar fallback (AVX2/AVX-512 masks).
- Benchmark tail handling with non-multiple key counts (e.g., 31,021) and consider x4/x2 fallback.
- Investigate solver/pathology behavior for keysets containing
0and~0(0xfffffffffor 32-bit keys), including interactions with sequential/near-sequential distributions; add deterministic regression tests and document guidance.