serai/common
Luke Parker 6d5851a9ee
Use lz4 instead of zstd for the DB
zstd was recommended for the base layer only, due to its CPU requirements. That
was a misreading on mhy behalf.

lz4 gets ~5% better compression than snappy with ~30% faster performance. zstd
does ~25% better than lz4 yet at ~30% of the performance.
2023-07-26 14:05:10 -04:00
..
db Use lz4 instead of zstd for the DB 2023-07-26 14:05:10 -04:00
env Add common crate to access env variables 2023-07-17 00:53:05 -04:00
std-shims Use spin's Once for OnceLock 2023-07-26 02:59:24 -04:00
zalloc Further dependency minimization for build times 2023-07-26 03:03:44 -04:00