I'm obsessed with infrastructure tuning lately. I think its…
I'm obsessed with infrastructure tuning lately. I think its because I have a natural love for systems. !nb
Replies
what is the infra you're tuning
for the technically curious: Just built a custom Go block fetcher that connects directly to BSV nodes via P2P. It replaced a Node.js bridge that was using 640MB of RAM and timing out on large blocks. The Go version streams transaction data straight from the socket (like a phone call that stays open between two computers); it never buffers an entire block in memory. A million-transaction block now processes in seconds using 2MB of RAM. There was a million tx block yesterday. My analysis showed the big volume increase was from the TX Blaster fun people have been into.
👆🏼For my BSV Daily Intel report.