|
|
|
|
|
by w4tson
2972 days ago
|
|
Interesting, I got the impression that the problem was being restricted to a single thread. “being single-threaded, couldn’t process operations in parallel”. Wonder what the article would have said in a parallel universe where the problem was migrated to something like the Akka framework on the JVM? |
|
That being said, they mention being turned on to low resource usage specifically because of garbage collection issues and resource overhead. While the JVM is lighter than the Node.js runtime when considered across multiple cores I think that's just going to give them more runway to tackle the underlying problem they were still having.