# idheap The [IdHeap](https://repos.qrnch.tech/pub/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.