carosio/tiny_pq

Name: tiny_pq

Owner: CAROS.io

Description: A priority queue based on gb_trees

Created: 2015-06-02 08:12:51.0

Updated: 2015-06-02 08:12:51.0

Pushed: 2015-06-02 08:14:15.0

Homepage: null

Size: 347

Language: Erlang

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.