#hash-map #key #order #key-value #capability #accessing #ordered

ordered-map

A HashMap, with the capability of accessing the keys and values in order

7 releases

0.4.2 Feb 21, 2021
0.4.1 Feb 21, 2021
0.4.0 Mar 29, 2020
0.3.2 Mar 29, 2020
0.1.1 Jan 30, 2020

#2158 in Algorithms

Download history 1194/week @ 2024-03-13 613/week @ 2024-03-20 422/week @ 2024-03-27 571/week @ 2024-04-03 1159/week @ 2024-04-10 1237/week @ 2024-04-17 989/week @ 2024-04-24 1210/week @ 2024-05-01 669/week @ 2024-05-08 1679/week @ 2024-05-15 788/week @ 2024-05-22 635/week @ 2024-05-29 1005/week @ 2024-06-05 1268/week @ 2024-06-12 1025/week @ 2024-06-19 891/week @ 2024-06-26

4,446 downloads per month
Used in 4 crates (via zebra-network)

MIT license

12KB
302 lines

ordered-map

A HashMap, with the capability of accessing the keys and values in descending order.

Dependencies

~2MB
~47K SLoC