logoalt Hacker News

bryanlarsenyesterday at 6:55 PM1 replyview on HN

The fact that a minimum size go program is a few megabytes in size is acceptable in most places in 2025. If it was shipped over the wire for every run time instead of a single install time download, that would be a different story.

Garbage collection is a small part of the go run time, but it's not insignificant.


Replies

onionisafruityesterday at 7:04 PM

I will be interested to see if Go is able to make use of this GC and if so, how much that wasm binaries

show 1 reply