Skip to content

Apache Release DataSketches-Memory 4.0.0

Latest
Compare
Choose a tag to compare
@leerho leerho released this 12 Oct 04:30
· 52 commits to main since this release
f3b4572

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.