apache / datasketches-memory

High performance native memory access for Java.
https://datasketches.apache.org
Apache License 2.0
120 stars 28 forks source link

Remove incompatible methods #173

Closed leerho closed 1 year ago

leerho commented 1 year ago

This phase removed some incompatible methods that would have been difficult to implement in Java 17 Panama.

The next phase will be to bring the Java 17 code back into this code stream.