Files
lightning/lightningd
Rusty Russell 82ff580a66 json: add more efficient iterators for objects and arrays.
Christian points out that we can iterate by ->size rather than calling
json_next() to find the end (which traverses the entire object!).

Now ->size is reliable (since previous patch), this is OK.

Reported-by: @cdecker
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-01-17 16:22:32 +01:00
..
2017-10-20 18:31:32 +02:00
2018-11-22 05:15:42 +00:00
2019-01-15 12:01:38 +01:00
2018-11-22 05:15:42 +00:00