|
|
|
|
|
by anitil
3221 days ago
|
|
It's impressive that garbage collection works so well on small devices, particularly a single core. Very interesting. A couple questions: How do you find the initial bring-up (empty file to POC) for a Go system compared to traditional C/C++ code bases? If the rest of the system wasn't Go, would you still have chosen it? |
|
Go's easy concurrency made developing this really easy, so I think that go would definitely be the choice regardless.