v1.5.1
·
2 commits
to production
since this release
1.5.1 (2026-08-29)
Bug Fixes
- always use bounded views to prevent corruption bugs (0b9a413)
- initial buffer count allocating buffer then immediately losing track of it (1fddc24)
- re-allocating block of different size getting corrupted (333d00b)
- remove unsafe and unused buffer realloc/free methods (05ecb1a)
Performance Improvements
- use double linked list in buffer to speed up memory free (036239c)