Releases: alexshirley/tinker
Releases · alexshirley/tinker
Building Blocks 1
This introduces:
cvector - a c equivalent of std::vector, but requires the end user to do the allocation. Has support function for resizing
ring_buffers - a whole slew of them, blocking for communications
priority_queue - has comparison function, and pop and push