Skip to content

Commit 371d54a

Browse files
perf: Optimize filename bonus scoring (#316)
* perf: Optimize filename bonus scoring * iter 2 * chore: Update docs for - iter 2
1 parent e83b137 commit 371d54a

7 files changed

Lines changed: 243 additions & 121 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
doc/tags
2+
big-repo
23
target/
34
.archive.lua
45
_*.lua
@@ -10,7 +11,6 @@ result
1011
.repro/
1112
.wrangler/
1213
*.so
13-
big-repo/
1414
# all the perf like utility files
1515
*.data
1616
node_modules/

Cargo.lock

Lines changed: 2 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ mimalloc = "0.1.47"
3535
zlob = "1.3.0"
3636

3737
mlua = { version = "0.11.1", features = ["module", "luajit"] }
38-
neo_frizbee = "0.8.2"
38+
neo_frizbee = { version = "0.8.5", features = ["match_end_col"] }
3939
notify = "8.1.0"
4040
notify-debouncer-full = "0.7"
4141
once_cell = "1.20.2"

0 commit comments

Comments
 (0)