Skip to content

v1.0.2

Latest

Choose a tag to compare

@Kami958 Kami958 released this 13 Jul 18:39

更新说明

新增各类功能,同时现在扫描速度得到进一步提升

新增

  1. 盘符根 NTFS 的 MFT 快速建快照,失败回退目录扫描,默认开启
  2. 设置项持久化
  3. 快照备注、导入与目录迁移、快照文件夹归纳
  4. 卸载
  5. 日志

优化

  1. 扫描热路径改为 EntryRow 与行元组直写 SQLite,减少 Entry 分配
  2. 目录项系统调用从 2~3 次降到 1 次
  3. 按盘类型设默认扫描线程:HDD=1,SSD/未知=CPU 核数
  4. MFT 多进程 SharedMemory 紧凑解析,读盘与解析流水并行
  5. MFT merge 平铺数组、flags 先筛、names 一遍;建树段 gc.disable;连续区段读盘
  6. 快照列表改为路径→时间→备注;扫描完成侧栏闪烁并展示用时;默认亮色

修复

修复了一些bug

Update Instructions

Various new functions have been added, and at the same time, the scanning speed has been further improved

New Addition

  1. For the NTFS MFT quick snapshot creation at the disk root, if it fails, roll back the directory scan. It is enabled by default
  2. Set item persistence
  3. Snapshot notes, import and directory migration, snapshot folder summary
  4. Uninstall
  5. Log

Optimization

  1. Change the scanning hot path to directly write the EntryRow and row tuples to SQLite to reduce Entry allocation
  2. The number of system calls for directory entries has been reduced from 2 to 3 to 1
  3. Set the default scanning thread by disk type: HDD=1, SSD/ Unknown = number of CPU cores
  4. MFT multi-process SharedMemory compact parsing, with disk reading and parsing streams running in parallel
  5. MFT merge tiled arrays, flags filtered first, and names checked once; Create the tree segment gc.disable; Read the disk in continuous sections
  6. 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