Pigsy-Monk commented on PR #3115: URL: https://github.com/apache/fory/pull/3115#issuecomment-3724253124
Hi, I have researched the CompressedLongArraySerializer algorithm. My understanding is that it assumes all elements in the array are compressible, and that the achievable compression ratio is limited by the largest element in the array. In my use case, the majority of the long values are small, with only a small fraction being large. In addition, CompressedLongArraySerializer is recommended for compressing large arrays (size > 512), whereas in my use case there are many small arrays, often well below that size. -- 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]
