ncdu-zig/src
Yorhel 27cb599e22 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.
2021-05-06 19:20:55 +02:00
..
browser.zig More UI stuff + shave off 16 bytes from model.Dir 2021-05-06 19:20:55 +02:00
main.zig More UI stuff + shave off 16 bytes from model.Dir 2021-05-06 19:20:55 +02:00
model.zig More UI stuff + shave off 16 bytes from model.Dir 2021-05-06 19:20:55 +02:00
ncurses_refs.c More UI stuff: nice string handling/shortening + Zig bug workaround 2021-05-05 08:03:27 +02:00
scan.zig More UI stuff + shave off 16 bytes from model.Dir 2021-05-06 19:20:55 +02:00
ui.zig More UI stuff + shave off 16 bytes from model.Dir 2021-05-06 19:20:55 +02:00
util.zig More UI stuff + shave off 16 bytes from model.Dir 2021-05-06 19:20:55 +02:00