leerho commented on issue #731: URL: https://github.com/apache/datasketches-java/issues/731#issuecomment-4607838999
@blacelle, I don't think you understood my question: "You say you have no compile or runtime operations with DS-java 8.X on Java 21. Have you tried any off-heap or file-mapped memory operations using MemorySegments?" DataSketches-java versions 7.X and 8.X provide the ability to perform / store your sketches off-heap. In order to do that you have to use one of the constructors that take a Memory object. Underneath the covers that Memory object leverages the "preview" FFM (MemorySegments) features of Java 21. Since those preview features are no longer available, your project will likely fail. If you don't care about using off-heap memory, you will be OK. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
