floyd
floyd copied to clipboard
Make basic memory layout micro-benchmarks
- Try encoding 17 bit elements in vector with bit shifts & masks vs storing 32 bits.
- Try RLE of vector
- Try block-based compression of vector
- Measure HAMT-style wide trees
- more