core-lightning/plugins/bkpr/test
Rusty Russell 8b7a8265e7 libplugin: avoid memmove if we have many outputs to lightningd.
Use linked list, not an array.

```
+   97.89%     0.01%  autoclean  autoclean             [.] next_plan
-   97.08%     0.01%  autoclean  autoclean             [.] json_stream_output_write
   - 97.06% json_stream_output_write
      - 84.29% ld_stream_complete
         - 83.87% tal_arr_remove_
            + 83.71% __memcpy_avx_unaligned_erms (inlined)
      + 12.76% rpc_stream_complete
+   96.59%     0.03%  autoclean  autoclean             [.] tal_arr_remove_
+   96.48%     0.00%  autoclean  libc.so.6             [.] __memcpy_avx_unaligned_erms (inlined)
+   94.98%    94.98%  autoclean  libc.so.6             [.] __memmove_avx_unaligned_erms
+   84.29%     0.01%  autoclean  autoclean             [.] ld_stream_complete
+   12.76%     0.00%  autoclean  autoclean             [.] rpc_stream_complete
```

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2022-09-22 15:19:46 +02:00
..
Makefile bkpr-zeroconf: Zeroconfs will emit 'channel_proposed' event 2022-07-28 12:08:18 +09:30
run-bkpr_db.c libplugin: avoid memmove if we have many outputs to lightningd. 2022-09-22 15:19:46 +02:00
run-recorder.c libplugin: avoid memmove if we have many outputs to lightningd. 2022-09-22 15:19:46 +02:00
test_utils.h bkpr-tests: first test of plugin bkpr database 2022-07-28 12:08:18 +09:30