/weighted_map

A data structure that resembles a hash table, but stores a "weight" for each table entry. This is useful for creating ranking systems and smart-caches.

Primary LanguageRust

No issues in this repository yet.