ncdu-zig/src
Yorhel 2d76190091 deps/khash.h -> khashl.h for slightly reduced memory usage
Reduces memory by a tiny bit. Arguably we never needed tombstones
because entries are never removed, so there shouldn't be any performance
hit there. We don't even need a 'used' flag either, considering that can
be represented by a NULL value, but I'm not really up for
implementing/modifying my own hash table.

ref: https://attractivechaos.wordpress.com/2019/12/28/deletion-from-hash-tables-without-tombstones/
2020-02-04 19:15:48 +01:00
..
browser.c Year + version bump for 1.14 2019-02-04 17:30:22 +01:00
browser.h Fix definitions of global vars confirm_quit and dir_process 2020-01-25 09:25:11 +01:00
delete.c Year + version bump for 1.14 2019-02-04 17:30:22 +01:00
delete.h Year + version bump for 1.14 2019-02-04 17:30:22 +01:00
dir.h Fix definitions of global vars confirm_quit and dir_process 2020-01-25 09:25:11 +01:00
dir_common.c Fix definitions of global vars confirm_quit and dir_process 2020-01-25 09:25:11 +01:00
dir_export.c Year + version bump for 1.14 2019-02-04 17:30:22 +01:00
dir_import.c Handle malloc failure by pausing any activity 2019-07-23 11:03:41 +02:00
dir_mem.c deps/khash.h -> khashl.h for slightly reduced memory usage 2020-02-04 19:15:48 +01:00
dir_scan.c Fix --exclude-caches 2019-08-04 17:31:59 +02:00
dirlist.c Handle malloc failure by pausing any activity 2019-07-23 11:03:41 +02:00
dirlist.h Year + version bump for 1.14 2019-02-04 17:30:22 +01:00
exclude.c Handle malloc failure by pausing any activity 2019-07-23 11:03:41 +02:00
exclude.h Year + version bump for 1.14 2019-02-04 17:30:22 +01:00
global.h Handle malloc failure by pausing any activity 2019-07-23 11:03:41 +02:00
help.c Year + version bump for 1.14 2019-02-04 17:30:22 +01:00
help.h Year + version bump for 1.14 2019-02-04 17:30:22 +01:00
main.c Fix definitions of global vars confirm_quit and dir_process 2020-01-25 09:25:11 +01:00
path.c Handle malloc failure by pausing any activity 2019-07-23 11:03:41 +02:00
path.h Handle malloc failure by pausing any activity 2019-07-23 11:03:41 +02:00
quit.c Year + version bump for 1.14 2019-02-04 17:30:22 +01:00
quit.h Year + version bump for 1.14 2019-02-04 17:30:22 +01:00
shell.c Year + version bump for 1.14 2019-02-04 17:30:22 +01:00
shell.h Year + version bump for 1.14 2019-02-04 17:30:22 +01:00
util.c Handle malloc failure by pausing any activity 2019-07-23 11:03:41 +02:00
util.h Handle malloc failure by pausing any activity 2019-07-23 11:03:41 +02:00