GitHub user chaokunyang added a comment to the discussion: Java: maximum performance with minimum overhead
You used `ImmutableIntArray`, which use `int[] array` internally. Fory doesn't compress int array by default, the snapshot version supports compress int array by `ForyBuilder#compressIntArray`, but it needs JDK17+. Could you try that? GitHub link: https://github.com/apache/fory/discussions/2786#discussioncomment-14735406 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
