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
fix: handle cases where compressed representation is larger than input array (#21)
The fpzip algorithm can sometimes require a larger buffer than the input array size (pigeonhole principle). Instead of always using the input array size + header size as the compression buffer size, try with this size and incrementally expand the buffer if it's not enough.
Co-authored-by: Ben Jude <[email protected]>
Co-authored-by: William Silversmith <[email protected]>
0 commit comments