#version-control #object-id #git #hashtable #structures #optimized

gix-hashtable

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

15 releases

0.6.0 Oct 22, 2024
0.5.2 Mar 14, 2024
0.5.1 Dec 30, 2023
0.4.0 Sep 8, 2023
0.1.2 Mar 1, 2023

#658 in Data structures

Download history 90294/week @ 2024-07-13 90820/week @ 2024-07-20 92128/week @ 2024-07-27 85646/week @ 2024-08-03 87636/week @ 2024-08-10 85973/week @ 2024-08-17 85864/week @ 2024-08-24 91521/week @ 2024-08-31 98735/week @ 2024-09-07 90289/week @ 2024-09-14 91333/week @ 2024-09-21 94238/week @ 2024-09-28 94175/week @ 2024-10-05 102574/week @ 2024-10-12 99825/week @ 2024-10-19 96729/week @ 2024-10-26

408,334 downloads per month
Used in 218 crates (8 directly)

MIT/Apache

40KB
698 lines

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

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

Dependencies

~1.5–6.5MB
~44K SLoC