Hacker News new | ask | show | jobs
by pcwalton 4697 days ago
> strings as UTF-16 (vs Go's UTF-8), etc.

Strings aren't traced, so that has no impact on GC time.

1 comments

It does, however, impact memory usage quite substantially if your data is string-heavy, which most web-apps are.