Skip to content

Releases: alexshirley/tinker

Building Blocks 1

03 Jul 19:28
8614d4a
Compare
Choose a tag to compare
Building Blocks 1 Pre-release
Pre-release

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