InterviewSolution
Saved Bookmarks
| 1. |
Why Golang is fast? |
|
Answer» Golang's small syntax and concurrency model make it a without a doubt speedy programming language. Golang is COMPILED to machine code and its compilation system is very FAST. Go ADDITIONALLY hyperlinks all the DEPENDENCY LIBRARIES into a single binary file as a consequence putting off the dependency on servers. |
|