mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
perf(db): decode and decompress directly from borrowed data instead (#2050)
This commit is contained in:
@ -23,6 +23,10 @@ ffi = { package = "reth-mdbx-sys", path = "./mdbx-sys" }
|
||||
|
||||
lifetimed-bytes = { version = "0.1", optional = true }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
return-borrowed = []
|
||||
|
||||
[dev-dependencies]
|
||||
pprof = { version = "0.11", features = ["flamegraph", "frame-pointer", "criterion"] }
|
||||
criterion = "0.4"
|
||||
|
||||
Reference in New Issue
Block a user