1
1
ncdu/deps
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
..
khashl.h deps/khash.h -> khashl.h for slightly reduced memory usage 2020-02-04 19:15:48 +01:00
yopt.h deps: Update khash and yopt to their latest upstream versions 2013-04-25 08:17:02 +02:00