Files
palladum-lightning/common
Rusty Russell 5e1bbb08c7 gossmap: reduce load times by 20%
It's actually quite quick to load a cache-hot 308,874,377 byte
gossip_store (normal -Og build), but perf does show time spent
in siphash(), which is a bit overkill here, so drop that:

Before:
	Time to load: 66718983-78037766(7.00553e+07+/-2.8e+06)nsec
	
After: 
	Time to load: 54510433-57991725(5.61457e+07+/-1e+06)nsec

We could save maybe 10% more by disabling checksums, but having
that assurance is nice.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2026-02-16 17:23:33 +10:30
..
2025-10-26 20:31:45 +10:30
2026-01-28 17:23:00 +10:30
2024-03-07 14:09:14 +01:00
2026-02-16 17:23:33 +10:30
2024-10-07 14:05:47 +02:00
2024-11-21 14:15:36 +10:30