Consider Adding More Efficient Compression Methods to ckb-network::Message::compress/decompress
#4786
Labels
t:enhancement
Type: Feature, refactoring.
Feature Request
Is your feature request related to a problem? Please describe.
In the current implementation, ckb-network only supports the Snappy compression method.
ckb/network/src/compress.rs
Lines 67 to 99 in 9f48908
How about considering supporting other methods, such as
lz4
?The text was updated successfully, but these errors were encountered: