idheap

Crates.ioidheap
lib.rsidheap
version0.0.1
sourcesrc
created_at2022-05-27 01:54:39.571921
updated_at2022-05-27 01:54:39.571921
descriptionA HashMap with an LRU feature.
homepage
repositoryhttps://repos.qrnch.tech/pub/idheap
max_upload_size
id594712
size31,006
qj (qrnch-jan)

documentation

README

idheap

The IdHeap is a simple collection of integers.

When an application requests to allocate an id from the collection it will return the lowest available id. When the application is finished with the id it is returned to the collection, which makes it a candidate for allocation again.

Commit count: 0

cargo fmt