mirror of
https://github.com/ElementsProject/lightning.git
synced 2026-08-19 13:17:42 +02:00
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>
|
||
|---|---|---|
| .. | ||
| bkpr | ||
| examples | ||
| grpc-plugin | ||
| spender | ||
| src | ||
| test | ||
| .gitignore | ||
| autoclean.c | ||
| bcli.c | ||
| Cargo.toml | ||
| chanbackup.c | ||
| commando.c | ||
| fetchinvoice.c | ||
| funder.c | ||
| funder_policy.c | ||
| funder_policy.h | ||
| keysend.c | ||
| libplugin-pay.c | ||
| libplugin-pay.h | ||
| libplugin.c | ||
| libplugin.h | ||
| Makefile | ||
| offers.c | ||
| offers.h | ||
| offers_inv_hook.c | ||
| offers_inv_hook.h | ||
| offers_invreq_hook.c | ||
| offers_invreq_hook.h | ||
| offers_offer.c | ||
| offers_offer.h | ||
| pay.c | ||
| README.md | ||
| topology.c | ||
| txprepare.c | ||
Plugin Directory
Any file in this directory which is executable and whose name only consists of alphanumeric characters, space, '.', '-' or '_' will be automatically loaded when lightningd starts (unless suppressed with commandline options).