Is there a open-source off-heap cache solution for Java?

后端 未结 7 838
慢半拍i
慢半拍i 2020-12-25 12:22

Is there any open-source alternative for Terracotta BigMemory?

Actually I didn\'t even manage to find any commercial alternative. I\'m interested in pure Java soluti

7条回答
  •  伪装坚强ぢ
    2020-12-25 12:43

    Although it isn't a solution, a guide to how to make use of ByteBuffers for your use case has been written about by Keith Gregory. Take a look at http://www.kdgregory.com/programming/java/ByteBuffer_JUG_Presentation.pdf for an overview and http://www.kdgregory.com/index.php?page=java.byteBuffer for the nitty-gritty details.

提交回复
热议问题