Skip to content

Releases: pmem/llpl

LLPL Version 1.2.1

19 Jan 00:40
Compare
Choose a tag to compare

What's Changed

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

LLPL Version 1.2.0

17 Jul 00:18
5f4b6df
Compare
Choose a tag to compare

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

02 Sep 21:39
67a2df8
Compare
Choose a tag to compare

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

19 Dec 20:43
7aa4abf
Compare
Choose a tag to compare

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

15 Jan 00:42
Compare
Choose a tag to compare
LLPL Version 0.9.0 Pre-release
Pre-release

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