Llpl Versions Save

Low Level Persistence Library

v1.2.1

2 years ago

What's Changed

  • Bug fixes
  • ByteBuffer support: ByteBuffers can be used as a source or destination in copy operations involving MemoryAccessors or MemoryPools.

v1.2.0

2 years ago

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.

v1.1.0

3 years ago

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.

v0.9.0

4 years ago

Pre-release code. This is the last version of the pre-release API.

v1.0.0

4 years ago

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.