Skip to content

Commit 74ddbe8

Browse files
committed
Fix performance issues
1 parent 1dd86d6 commit 74ddbe8

File tree

17 files changed

+1659
-552
lines changed

17 files changed

+1659
-552
lines changed

Cargo.lock

Lines changed: 14 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ default = ["std", "xz", "zstd", "writer", "reader", "xattr"]
4848
# no_std support
4949
std = [
5050
"alloc",
51-
"box-fst/std",
5251
"dep:mmap-io",
5352
"dep:tokio",
5453
"dep:tokio-util",
@@ -69,7 +68,7 @@ std = [
6968
"dep:tempfile",
7069
"dep:string-interner",
7170
]
72-
alloc = ["box-fst/alloc"]
71+
alloc = []
7372

7473
# Minimal kernel build (core parsing only)
7574
kernel = ["alloc"]

crates/fst/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ edition = "2024"
55
license = "Apache-2.0 OR MIT"
66
description = "A radix tree that serializes as an FST for fast path lookups"
77

8-
[features]
9-
default = ["std"]
10-
std = ["alloc"]
11-
alloc = []
12-
138
[dependencies]
149
fastvint.workspace = true
1510
hashbrown = "0.15"

0 commit comments

Comments
 (0)