Hacker News new | ask | show | jobs
by DinaCoder99 844 days ago
Why use ints in the first place if what you really want is strings?
1 comments

Integers are far faster, smaller, and golang is strongly typed. Once you're past the serialization phase, strings have many disadvantages.