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

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

#839 in Data structures

Download history 91029/week @ 2024-09-24 96343/week @ 2024-10-01 95518/week @ 2024-10-08 104259/week @ 2024-10-15 97596/week @ 2024-10-22 97968/week @ 2024-10-29 104578/week @ 2024-11-05 107068/week @ 2024-11-12 119559/week @ 2024-11-19 118082/week @ 2024-11-26 136022/week @ 2024-12-03 133199/week @ 2024-12-10 126086/week @ 2024-12-17 89500/week @ 2024-12-24 107103/week @ 2024-12-31 143198/week @ 2025-01-07

488,447 downloads per month
Used in 239 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.4–7MB
~43K SLoC