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

extract_map

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

4 releases

new 0.2.0 Feb 15, 2025
0.1.2 May 4, 2024
0.1.1 Apr 1, 2024
0.1.0 Mar 17, 2024

#961 in Data structures

Download history 134/week @ 2024-10-26 273/week @ 2024-11-02 567/week @ 2024-11-09 639/week @ 2024-11-16 567/week @ 2024-11-23 297/week @ 2024-11-30 445/week @ 2024-12-07 192/week @ 2024-12-14 91/week @ 2024-12-21 167/week @ 2024-12-28 205/week @ 2025-01-04 332/week @ 2025-01-11 303/week @ 2025-01-18 264/week @ 2025-01-25 333/week @ 2025-02-01 491/week @ 2025-02-08

1,462 downloads per month
Used in typesize

MIT license

23KB
467 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

~480–770KB
~12K SLoC