Skip to content

0.6.2 Bytes + BytesFactory updates

Pre-release
Pre-release

Choose a tag to compare

@jjenkov jjenkov released this 01 Nov 12:01
· 3 commits to master since this release

The Bytes + BytesFactory have been updated to use an IBytesAllocator (interface) instead of a BytesAllocatorAutoDefrag which they used before. Today Mem Ops has 2 IBytesAllocator implementations, BytesAllocatorAutoDefrag and BytesAllocatorManualDefrag. Bytes and BytesFactory should be able to work with both of them!