Skip to content

Commit c3f7083

Browse files
committed
chore: development v0.2.18 - comprehensive testing complete [auto-commit]
1 parent 2d7b313 commit c3f7083

File tree

20 files changed

+727
-15
lines changed

20 files changed

+727
-15
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,8 @@ build/.ttapi-workflow-state.json
137137
.ttapi-workflow-state.json
138138

139139
# Cargo metadata output (machine-specific, auto-generated)
140-
metadata.json
140+
metadata.json
141+
142+
# Large trial run output files (too big for GitHub)
143+
docs/trial_runs/UltraFastFileSearch/cpp.txt
144+
docs/trial_runs/UltraFastFileSearch/rust.txt

Cargo.lock

Lines changed: 8 additions & 7 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
@@ -32,7 +32,7 @@ members = [
3232
# Workspace Package Metadata (inherited by all crates)
3333
# ─────────────────────────────────────────────────────────────────────────────
3434
[workspace.package]
35-
version = "0.2.17"
35+
version = "0.2.18"
3636
edition = "2024"
3737
rust-version = "1.85"
3838
license = "MPL-2.0 OR LicenseRef-UFFS-Commercial"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Traditional file search tools (including `os.walk`, `FindFirstFile`, etc.) work
2121

2222
**UFFS reads the MFT directly** - once - and queries it in memory using Polars DataFrames. This is like reading the entire phonebook once instead of looking up each name individually.
2323

24-
### Benchmark Results (v0.2.17)
24+
### Benchmark Results (v0.2.18)
2525

2626
| Drive Type | Records | Time | Throughput |
2727
|------------|---------|------|------------|
@@ -33,7 +33,7 @@ Traditional file search tools (including `os.walk`, `FindFirstFile`, etc.) work
3333

3434
| Comparison | Records | Time | Notes |
3535
|------------|---------|------|-------|
36-
| **UFFS v0.2.17** | **18.7 Million** | **~142 seconds** | All disks, fast mode |
36+
| **UFFS v0.2.18** | **18.7 Million** | **~142 seconds** | All disks, fast mode |
3737
| UFFS v0.1.30 | 18.7 Million | ~315 seconds | Baseline |
3838
| Everything | 19 Million | 178 seconds | All disks |
3939
| WizFile | 6.5 Million | 299 seconds | Single HDD |

0 commit comments

Comments
 (0)