#object-id #version-control #git #optimized #key #hash-map

gix-hashtable

A crate that provides hashtable based data structures optimized to utilize ObjectId keys

14 unstable releases (4 breaking)

0.5.2 Mar 14, 2024
0.5.1 Dec 30, 2023
0.4.1 Dec 6, 2023
0.4.0 Sep 8, 2023
0.1.2 Mar 1, 2023

#528 in Data structures

Download history 71528/week @ 2024-01-21 72003/week @ 2024-01-28 78883/week @ 2024-02-04 76252/week @ 2024-02-11 79432/week @ 2024-02-18 84840/week @ 2024-02-25 85439/week @ 2024-03-03 86309/week @ 2024-03-10 101026/week @ 2024-03-17 90367/week @ 2024-03-24 88296/week @ 2024-03-31 84684/week @ 2024-04-07 87065/week @ 2024-04-14 87704/week @ 2024-04-21 88951/week @ 2024-04-28 83113/week @ 2024-05-05

354,543 downloads per month
Used in 166 crates (6 directly)

MIT/Apache

37KB
701 lines

Customized HashMap and Hasher implementation optimized for using ObjectIds as keys.

The crate mirrors std::collections in layout for familiarity.

Dependencies

~1.3–7MB
~40K SLoC