Skip to content

Commit 86f71f7

Browse files
committed
chore: update changelog
1 parent f6ed0f3 commit 86f71f7

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

disk_analyzer_cli/CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@
22

33
**Performance**
44

5-
- **disk_analyzer_cli**: add native `readdir()`/`fstatat()` traversal on macOS and Linux for much faster scans.
6-
- **disk_analyzer_cli**: reuse native stat/path buffers during scans to reduce allocation overhead.
7-
- **disk_analyzer_cli**: add scan benchmarks with ncdu comparisons and real-directory targets.
5+
- add native `readdir()`/`fstatat()` traversal on macOS and Linux for much faster scans.
6+
- reuse native stat/path buffers during scans to reduce allocation overhead.
7+
- add scan benchmarks with ncdu comparisons and real-directory targets.
88

99
**Features**
1010

11-
- **disk_analyzer_cli**: add `scan --batch-size` for tuning SQLite write batches.
11+
- add `scan --batch-size` for tuning SQLite write batches.
12+
- edit ignored folders in tui
1213

1314
## 1.0.1
1415

1516
**Bug Fixes**
1617

17-
- **disk_analyzer_cli**: enhance index creation for entries to improve query performance
18+
- enhance index creation for entries to improve query performance
1819

1920
## 1.0.0
2021

0 commit comments

Comments
 (0)