Skip to content

Why go-lang? Isn't go really slow? #130

Answered by requilence
kendofriendo asked this question in Q&A
Discussion options

You must be logged in to vote

Hey there!
We chose Go back in 2019 year for a few reasons, even though some folks might think it's a bit slower compared to languages like C++ or Rust.

  • Easy to Understand: Go is super straightforward and easy to read. This makes our code more maintainable and easier for new contributors to understand and get involved.
  • Great for Concurrency: Go has awesome features for handling lots of things at once (like managing multiple network connections), which is super important for our app.
  • Cross-Platform Compatibility: Go works really well across different platforms. This means we can use the same codebase for our desktop and mobile apps, which saves us a lot of time and effort.
  • Strong Standard…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by requilence
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants