estokes / immutable-chunkmap

Fast cache efficient immutable map for rust
Apache License 2.0
25 stars 8 forks source link

Hand-coded packing of height and size #8

Closed mwcampbell closed 5 months ago

mwcampbell commented 6 months ago

As discussed in #6, this implements hand-coded packing of the height and size, to eliminate the dependency on packed_struct which adds several other transitive dependencies.