-
- Downloads
More UI stuff + shave off 16 bytes from model.Dir
I initially wanted to keep a directory's block count and size as a separate field so that exporting an in-memory tree to a JSON dump would be easier to do, but that doesn't seem like a common operation to optimize for. We'll probably need the algorithms to subtract sub-items from directory counts anyway, so such an export can still be implemented, albeit slower.
Showing
- src/browser.zig 167 additions, 3 deletionssrc/browser.zig
- src/main.zig 8 additions, 0 deletionssrc/main.zig
- src/model.zig 17 additions, 24 deletionssrc/model.zig
- src/scan.zig 1 addition, 7 deletionssrc/scan.zig
- src/ui.zig 87 additions, 1 deletionsrc/ui.zig
- src/util.zig 16 additions, 0 deletionssrc/util.zig
Loading
Please register or sign in to comment