This Release of DataSketches Memory is for Java 17.
- It will only compile on Java 17, but the class files should run on Java versions higher than 17.
- It uses the new jdk.incubator.foreign (Panama) instead of relying on JVM internals.
- Please refer to the formal Java documentation.
- This version of Memory has eliminated a great deal of extra baggage due to the previous reliance on JVM internals. As a result the code is much smaller and simpler than its predecessor.