Y
Hacker News
new
|
ask
|
show
|
jobs
by
kaba0
1670 days ago
Why would it be similar? It doesn’t need all the unnecessary abstraction of a browser/DOM. Also, initial memory usage doesn’t mean it scales the same way from then on.
1 comments
zxcq544
1669 days ago
It uses JVM and JVM tends to hunk all memory for object pools so it can allocate fast if needed.
link