Hacker News new | ask | show | jobs
by timpan 79 days ago
What’s the performance like on the SGX?
1 comments

Some things are extremely slow - getting the current time is literally 1000x slower than on regular Linux. But overall, since we're built on LDK, which is written in Rust, CPU isn't typically our bottleneck. Memory is a bigger problem because we have to store the entire Lightning Network graph in memory, but we amortize this cost across multiple user nodes with our "meganode" architecture.