ChicagoBoss / tiny_pq

A priority queue based on gb_trees

Repository from Github https://github.comChicagoBoss/tiny_pqRepository from Github https://github.comChicagoBoss/tiny_pq

tiny_pq : A priority queue based on gb_trees

Build Status

tiny_pq stores values associated with a priority, and provides functions for purging low-priority items efficiently. Internally, tiny_pq uses gb_trees, so you are welcome to use any gb_trees functions as well. tiny_pq is ideal for services with some notion of expiration, e.g. sessions, caches, message queues, etc.

About

A priority queue based on gb_trees

License:MIT License


Languages

Language:Erlang 89.3%Language:Makefile 10.7%