Description: Queue
- thread-safe
- ability to define max number of elements
- sort elements into queue
- get in O(1), except when filtered (worst case O(n))
- put in O(1) when unsorted, in O(n) in the worst case when sorted
- MIT license (windows support relies on LGPL licensed pthreads-win32 (http://sourceware.org/pthreads-win32/))
To Search:
File list (Check if you may need any files):
Queue-master
............\.gitignore
............\CMakeLists.txt
............\LICENSE
............\README
............\example.c
............\queue.c
............\queue.h
............\queue_internal.c
............\queue_internal.h