Releases: pmem/llpl
LLPL Version 1.2.1
LLPL Version 1.2.0
This release adds support for process-shareable pools of memory (MemoryPool) as well as the following pre-built data structures:
- ShortArray
- IntArray
- LongArray
- LongLinkedList
- LongART (Adaptive Radix Tree)
- ConcurrentLongART
These data structures can be used with all heap types.
This release is backward compatible with 1.0 code and heaps.
LLPL Version 1.1.0
This release adds support for construction-free allocation, access, and deallocation. It also provides improved test coverage. It is now easier to write code that works with multiple heap types. New primer examples serve as an introduction to LLPL programming.
This release is backward compatible with 1.0 code and heaps.
LLPL Version 1.0.0
This is the first release version of LLPL. The API is stable and documented. There is a suite of functional tests and a selection of sample code is available.
The API has changed and is not source-compatible with pre-release LLPL code. Also, heaps created with pre-release LLPL code will not be usable with this version.
LLPL Version 0.9.0
Pre-release code. This is the last version of the pre-release API.