Optimisations
This commit is contained in:
parent
66c2a25457
commit
9179acd4cd
21 changed files with 653 additions and 139 deletions
10
server-rs/Cargo.lock
generated
10
server-rs/Cargo.lock
generated
|
|
@ -1031,6 +1031,15 @@ dependencies = [
|
|||
"wasm-bindgen",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "lasso"
|
||||
version = "0.7.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6e14eda50a3494b3bf7b9ce51c52434a761e383d7238ce1dd5dcec2fbc13e9fb"
|
||||
dependencies = [
|
||||
"hashbrown 0.14.5",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "lazy_static"
|
||||
version = "1.5.0"
|
||||
|
|
@ -1813,6 +1822,7 @@ dependencies = [
|
|||
"axum",
|
||||
"clap",
|
||||
"h3o",
|
||||
"lasso",
|
||||
"polars",
|
||||
"rayon",
|
||||
"rustc-hash",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue