-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid unintended garbage collection of raw data in PreparedDictionary…
…Impl (#190) Motivation: As described in #189 the garbage collection currently removes the data from the dictionary, resulting in poor compression ratios, since no dictionary was actually used. The code to finalize the rawData already exists. Modification: Hold the reference on rawData in PreparedDictionaryImpl Result: Fixes #189. --------- Co-authored-by: Benjamin Wollmer <benni@wollmer.dev> Co-authored-by: Aayush Atharva <aayush@shieldblaze.com>
- Loading branch information
1 parent
160890b
commit f280107
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters