You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A: 8
B: 13
C: 14 // would have expected this value to be lower
D: 14
I've poked around the code base to see if I can fix it myself, but this is higher magic :)
Fixing this issue would be a major storage saver for my use case
Search before asking
Version
fury 0.9.0
Temurin 21.0.5 (x64)
Windows 11
Component(s)
Java
Minimal reproduce step
What did you expect to see?
The values inside
int[]
arrays compressed, just like the values ofint
fields.What did you see instead?
A: 5
B: 9
C: 10
D: 10
The values of
int
fields are compressed as expected, but the values insideint[]
arrays are not.Anything Else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: