Hello All, *About DataSketches-Memory*
This component of the DataSketches library provides high-performance access to off-heap memory for Java applications. These are low-level functions that are used by other DataSketches components. It does not provide any command-line interface or GUI. *NOTES:* - This Release of DataSketches Memory is for Java 21 and will compile and run only on Java 21. - It uses the new java.base/java.lang.foreign (Panama, Foreign Function & Memory (FFM) API, JEP 442 <https://openjdk.org/jeps/442>) instead of relying on JVM internals. You will need to add the JVM flag --enable-preview at compile and run-time. - The FFM API has changed considerably since Java 17 thus the API changes in this release will reflect some of those changes. The primary change affecting this release is the use of the Arena class for allocating and closing off-heap memory. The ResourceScope class of Java 17 has been simplified and moved to MemorySegment.Scope. - LINKS: 1. DataSketches Download Site: https://datasketches.apache.org/docs/Community/Downloads.html 2. Release Summary: https://github.com/apache/datasketches-memory/releases 3. Developer build and test documentation: https://github.com/apache/datasketches-memory/blob/5.0.0/README.md 3. DataSketches Website https://datasketches.apache.org Thank you to the PMC members and community for taking the time to review this release! And a special "Thank You" to @frankgrimes97 for his considerable contributions to this release. Lee. lee...@apache.org