Files
tantivy/.gitignore
Eric Ridge 936d6af471 feat: ability to directly merge segments in the foregound (#36)
This adds new public-facing (and internal) APIs for being able to merge a list of segments in the foreground, without using any threads.  It's largely a cut-n-paste of the existing background merge code.

For pg_search, this is beneficial because it allows us to merge directly using our `MVCCDirectory` rather than going through the `ChannelDirectory`, which has quite a bit of overhead.
2025-12-10 10:17:26 -08:00

20 lines
200 B
Plaintext

tantivy.iml
.cargo
proptest-regressions
*.swp
target
target/debug
.vscode
target/release
benchmark
.DS_Store
*.bk
.idea
trace.dat
cargo-timing*
control
variable
# for `sample record -p`
profile.json