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
hi, any benchmarks for ratio, speed, cpu usage and memory usage for >800bytes, 2k and 10k?
compared with zstd, lz4 and snappy? something like this extracted from zstd github
Hi, Thanks for your query. I saw your other message too. Unishox is for compressing short strings and not a replacement for lz4/zstd/snappy. It can co-exist with these technologies though.
The current implementation of Unishox2 is not great on speed so I am working on it and also Unishox3. The spec for Unishox3 is complete, but it is taking time to build the dictionary from millions of records from Reddit and Twitter posts. However you could use Unishox3-Alpha for now if you find it suitable for your case as I don't indent to change it.
hi, any benchmarks for ratio, speed, cpu usage and memory usage for >800bytes, 2k and 10k?
compared with zstd, lz4 and snappy? something like this extracted from zstd github
The text was updated successfully, but these errors were encountered: