Skip to content

Commit

Permalink
perf(su): fully working rocksdb impl with unit tests #987
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceJuliano committed Oct 14, 2024
1 parent b8a5da4 commit 4f55670
Show file tree
Hide file tree
Showing 14 changed files with 1,287 additions and 654 deletions.
65 changes: 63 additions & 2 deletions servers/su/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions servers/su/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ diesel_migrations = "2.1.0"
dotenv = "0.15.0"
base64-url = "2.0.0"
jsonwebkey = "0.3.5"
hex = "0.4.3"
ring = "0.16.20"
tokio = "1.34.0"
env_logger = "0.11.5"
log = "0.4.20"
rsa = "0.6.1"
dashmap = "5.5.3"
base64 = "0.21.5"
actix-cors = "0.6.0"
simd-json = "0.13.10"
futures = "0.3.30"
Expand All @@ -36,6 +34,7 @@ prometheus = { version = "0.13.4", features = ["process"] }
lru = "0.12.4"
lazy_static = "1.5.0"
avro-rs = "0.13.0"
tempdir = "0.3.7"

[[bin]]
name = "su"
Expand Down
31 changes: 31 additions & 0 deletions servers/su/output.txt

Large diffs are not rendered by default.

Loading

0 comments on commit 4f55670

Please sign in to comment.