shuffly 0.1.3

Increases compressability of data with fixed-sized records.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "shuffly"
version = "0.1.3"
edition = "2021"
license = "MIT"
keywords = ["compression","flatdata"]
description = "Increases compressability of data with fixed-sized records."
homepage = "https://github.com/VeaaC/shuffly"
repository = "https://github.com/VeaaC/shuffly"

[dependencies]
structopt = "0.3.25"
rayon = "1.5.1"
anyhow = "1.0.52"
crossbeam = "0.8.1"
num_cpus = "1.13.1"
thiserror = "1.0.30"
lz4 = "1.23.2"