Hacker News new | ask | show | jobs
by coldtea 4409 days ago
Perhaps, but I'm not 100% about that without some profiling.

For one, Go tends to offer string stuff implemented in Go, whereas dynamic languages usually delegate string operations to plain old C, which can be faster (especially when Unicode is added into the picture).