pmem / llpl

Low Level Persistence Library
Other
98 stars 38 forks source link

ByteBuffer support #12

Closed asonje closed 2 years ago

asonje commented 3 years ago

Adds copy methods to and from ByteBuffers. Addresses #10

hangc0276 commented 3 years ago

@asonje Would you please add the copyFromByteBuffer for MemoryPool? I am trying to write direct ByteBuffer to Pmem using MemoryPool, thanks a lot.

asonje commented 3 years ago

This PR now includes ByteBuffer support for MemoryPools; copyToByteBuffer, copyFromByteBuffer and copyFromByteBufferNT