Commit graph

4 commits

Author SHA1 Message Date
Roman Gershman
ad5aa66350
chore: Add HuffmanDecoder class (#5078)
Signed-off-by: Roman Gershman <roman@dragonflydb.io>
2025-05-07 19:58:43 +03:00
Roman Gershman
d37318711c
chore: fix some clang-tidy warnings (#5009) 2025-04-28 09:57:19 +03:00
Roman Gershman
eade07ab3f
feat: support lz4 compression method (#4610)
The feature is enabled via set_method call but since no code calls it
the lz4 compression is still disabled in dragonfly.

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
2025-02-14 13:17:41 +02:00
Roy Jacobson
912843d698
chore: Add a basic clang-tidy config (#1192)
* chore: Add .clang-tidy file

* Fix some problems and non-problems
2023-05-07 22:46:52 +03:00