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
As identified in #17, a key area of weakness is my strategy for inflating compressed data. Currently, I inflate while reading the data, which is likely slower than reading a contiguous block followed by in-memory inflation. Plus, I should consider spinning out (some of) the compression code into separate package for reusability sake.
The text was updated successfully, but these errors were encountered:
As identified in #17, a key area of weakness is my strategy for inflating compressed data. Currently, I inflate while reading the data, which is likely slower than reading a contiguous block followed by in-memory inflation. Plus, I should consider spinning out (some of) the compression code into separate package for reusability sake.
The text was updated successfully, but these errors were encountered: