core-lightning/lightningd/test
Rusty Russell b210c9d91f lightningd: use a simple array for less memory usage.
The tal overhead of 5 pointers, the linked list node is 2; and we also
tal'd the string.  That's 96 bytes per entry.

Use a simple array instead, though it means more work on deletion
since each log_entry is no longer a tal object.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-11-18 04:50:22 +00:00
..
Makefile makefiles: move all unit tests under make check-units 2019-06-30 16:41:30 +09:30
run-find_my_abspath.c lightningd: enable io logging on subdaemons iff we're going to print it. 2019-11-18 04:50:22 +00:00
run-invoice-select-inchan.c options: allow --log-level <level>:<prefix> for finegrained log control. 2019-11-18 04:50:22 +00:00
run-jsonrpc.c lightningd: remove per-peer log book. 2019-11-18 04:50:22 +00:00
run-log-pruning.c lightningd: use a simple array for less memory usage. 2019-11-18 04:50:22 +00:00