floyd icon indicating copy to clipboard operation
floyd copied to clipboard

Make basic memory layout micro-benchmarks

Open marcusz opened this issue 5 years ago • 0 comments

  • 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

marcusz avatar Mar 21 '19 21:03 marcusz