Prototype

This commit is contained in:
2026-05-16 23:04:58 +02:00
commit b620a8a2b4
11 changed files with 1522 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
[package]
name = "libsvld"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["lib"]
bench = false
[dependencies]
can-dbc = "9.1.0"
codegen = "0.3.0"
dbc-codegen = "0.3.0"
nom = "8.0.0"
bytes = "1.11.1"
memmap2 = "0.9.10"
memchr = "2.8.0"
crossbeam-channel = "0.5.15"
hashbrown = { version = "0.17.1", features = ["rayon"] }
bitvec = "1.0.1"
byteorder = "1.5.0"
page_size = "0.6.0"
positioned-io = "0.3.5"
atoi_simd = "0.18.1"
voracious_radix_sort = { version = "1.2.0", features = ["voracious_multithread"] }
rayon = "1.12.0"
chrono = { version = "0.4", default-features = false, features = ["std"] }