datasketches-memory icon indicating copy to clipboard operation
datasketches-memory copied to clipboard

High performance native memory access for Java.

Results 3 datasketches-memory issues
Sort by recently updated
recently updated
newest added

With the 3.0.X releases, static code analyzers may issue a false-positive Potential Resource Memory Leak Warning on non-AutoClosable memory objects, such as on-heap Memory objects (e.g., wrapped arrays) or wrapped...

JDK25 released. Time to upgrade.