perf: parquet based data export

This commit is contained in:
mokurin000
2025-08-04 01:49:43 +08:00
parent 89d8177180
commit 73e1046be9
10 changed files with 642 additions and 17 deletions

View File

@@ -21,8 +21,10 @@ compio = { version = "0.15.0", features = ["runtime"] }
redb = "2.6.2"
crabtime = { git = "https://github.com/wdanilo/crabtime.git", rev = "2ed856f5" }
parquet = "56.0.0"
[profile.release]
lto = true
lto = "thin"
strip = true
codegen-units = 1
codegen-units = 4
panic = "abort"