|
|
|
|
|
by supersillyus
5520 days ago
|
|
Faster than Python, better memory use for many types of programs. Compared to Java, less memory use and (I assume) much less start-up time, since no VM is needed. Also, since you can use goroutines, it would seem like you'd be able to do concurrent requests without having to have a special async API like Java/Python have. Go seems like it'll be a pretty great fit for App Engine. |
|
EDIT: Clarification, on goroutines run in a single OS thread on AppEngine.