apache / datasketches-memory

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

Get capacity direct #123

Closed leerho closed 3 years ago

leerho commented 3 years ago

Extended the PR submitted by jihoonson to other places that could benefit from the same idea.

Checked to make sure that direct references to the internal private variables "cumBaseOffset" and "capacityBytes" were in final methods that also had a checkValid() or assertValid().