HackerTrans
TopNewTrendsCommentsPastAskShowJobs

treehau5

no profile record

comments

treehau5
·9 年前·discuss
> GC performance is a trade between throughput and pause time.

Go has sub-millisecond GC pauses, and even at that minimizes the need to do stop-the-world pauses (previous HN discussion https://news.ycombinator.com/item?id=12821586) I think it would be a very interesting exercise to give a crack at it. If anyone is interested, let me know.
treehau5
·9 年前·discuss
> How did we get here? Well, C++ and its stupid O(n^2) compilation complexity [...]

Wasn't large compilation time a driving force behind coming up with Go? Is a garbage-collected language not suitable for a web browser? I am just curious because I absolutely love writing Go
treehau5
·9 年前·discuss
Beautiful story. That's all I can say.