更新说明
新增各类功能,同时现在扫描速度得到进一步提升
新增
- 盘符根 NTFS 的 MFT 快速建快照,失败回退目录扫描,默认开启
- 设置项持久化
- 快照备注、导入与目录迁移、快照文件夹归纳
- 卸载
- 日志
优化
- 扫描热路径改为 EntryRow 与行元组直写 SQLite,减少 Entry 分配
- 目录项系统调用从 2~3 次降到 1 次
- 按盘类型设默认扫描线程:HDD=1,SSD/未知=CPU 核数
- MFT 多进程 SharedMemory 紧凑解析,读盘与解析流水并行
- MFT merge 平铺数组、flags 先筛、names 一遍;建树段 gc.disable;连续区段读盘
- 快照列表改为路径→时间→备注;扫描完成侧栏闪烁并展示用时;默认亮色
修复
修复了一些bug
Update Instructions
Various new functions have been added, and at the same time, the scanning speed has been further improved
New Addition
- For the NTFS MFT quick snapshot creation at the disk root, if it fails, roll back the directory scan. It is enabled by default
- Set item persistence
- Snapshot notes, import and directory migration, snapshot folder summary
- Uninstall
- Log
Optimization
- Change the scanning hot path to directly write the EntryRow and row tuples to SQLite to reduce Entry allocation
- The number of system calls for directory entries has been reduced from 2 to 3 to 1
- Set the default scanning thread by disk type: HDD=1, SSD/ Unknown = number of CPU cores
- MFT multi-process SharedMemory compact parsing, with disk reading and parsing streams running in parallel
- MFT merge tiled arrays, flags filtered first, and names checked once; Create the tree segment gc.disable; Read the disk in continuous sections
- Change the snapshot list to path → Time → Remarks; The sidebar flashes and displays the time taken after the scan is completed. Default bright color
Repair
fixed some bugs