#memory #hash-map #map #hash-set #key-value-store #optimised

extract_map

A HashMap for memory efficent storage of value types which contain their own keys

3 releases

0.1.2 May 4, 2024
0.1.1 Apr 1, 2024
0.1.0 Mar 17, 2024

#1030 in Data structures

Download history 253/week @ 2024-06-09 166/week @ 2024-06-16 36/week @ 2024-06-23 28/week @ 2024-06-30 81/week @ 2024-07-07 118/week @ 2024-07-14 62/week @ 2024-07-21 179/week @ 2024-07-28 288/week @ 2024-08-04 195/week @ 2024-08-11 178/week @ 2024-08-18 152/week @ 2024-08-25 189/week @ 2024-09-01 227/week @ 2024-09-08 176/week @ 2024-09-15 171/week @ 2024-09-22

793 downloads per month
Used in typesize

MIT license

22KB
460 lines

ExtractMap

A HashMap for memory efficent storage of value types which contain their own keys.

See the documentation on docs.rs or build them yourself locally with cargo doc --no-deps.


lib.rs:

See ExtractMap for the main documentation.

MSRV

The Minimum Supported Rust Version for this crate is 1.70, and raising it is considered a breaking change.

Dependencies

~185KB