leerho opened a new pull request, #671:
URL: https://github.com/apache/datasketches-java/pull/671

   ## Pull Request Overview
   
   This PR continues migrating various packages to the Java FFM API by 
replacing the legacy Memory/WritableMemory usage with MemorySegment and 
PositionalSegment. It updates both implementation and test code across multiple 
modules to use the new API.
   
   ### Sketch Families and helper classes moved to FFM Included in this PR:
   - Sketch Family **Frequencies**
   - common/
       - ArrayOfItemsSerDe
       - ArrayOfLongsSerDe
       - ArrayOfStringsSerDe
       - ArrayOfUtf16StringsSerDe 
   
   ### Completed Sketch Families and helper classes moved to FFM with previous 
PRs:
   - theta
   - tuple
   - tuple/adouble
   - tuple/aninteger
   - tuple/arrayofdoubles
   - tuple/strings
   - thetacommon
   - hll
   - cpc
   - filters/bloomfilter
   - common/positional


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to