Changelog#
[2.14.0] - 2024-07-20#
Added#
Support building rocksdb from zstd compressed data
[2.13.4] - 2024-05-28#
Added#
Efficient implementation of
hugedict.sqlite.Sqlite.clearmethod
[2.13.3] - 2024-05-22#
Fixed#
Update type annotation
[2.13.1] - 2024-05-21#
Fixed#
Fix missing
table_nameattribute inhugedict.sqlite.SqliteDict
[2.13.0] - 2024-05-20#
Added#
Support multiple SqliteDict in a single dbfile
[2.12.10] - 2024-03-08#
Fixed#
Fix RocksDBLoader for NDJson should not keep double quotes around string value (e.g.,
"Human"instead ofHuman).
2.4.0 - 2022-08-02#
Implemented enhancements:
Fixed
[mrsw] Invalid address when the URL is too long #8
2.3.3 - 2022-07-31#
Implemented enhancements:
Fixed
2.3.2 - 2022-07-05#
Fixed
PyLance reports private import usage for
hugedict.prelude#7
2.3.1 - 2022-07-03#
Added
2.3.0 - 2022-07-03#
Added
2.2.0 - 2022-07-01#
Added
Add option to open rocksdb dict in secondary mode (ef6b975)