Node.js memory benchmark confirms V8's GC may not be ready for the server
1–10 of 43 posts
Re: Node.js memory benchmark confirms V8's GC may not be ready for the server
#2Re: Node.js memory benchmark confirms V8's GC may not be ready for the server
#3Has anyone done any experiements with node.js and Jägermonkey? They’re getting pretty close to V8 in speed ( http://arewefastyet.com/ ) and might prove better for server use (utter conjecture on my part).
It would be a lot of work to abstract the js core.
Re: Node.js memory benchmark confirms V8's GC may not be ready for the server
#4Can the performance issues be solved by adding hardware? (or spin up more node processes so that each one stays at the bottom of the curve?
Re: Node.js memory benchmark confirms V8's GC may not be ready for the server
#5Has anyone done any experiements with node.js and Jägermonkey? They’re getting pretty close to V8 in speed ( http://arewefastyet.com/ ) and might prove better for server use (utter conjecture on my part).
* whitebeam http://whitebeam.org/, which to my surprise appears to be not actually dead yet.
* jaxer http://jaxer.org/
* couchdb
But none of these seem to be low level enough to make a reasonable comparison.
Flusspferd http://flusspferd.org/ seems most like node, but using spidermonkey (circa Firefox 3.5, it seems, but actively maintained, so there's hope for future enhancements). Unfortunately, it doesn't yet seem to have all the handy web serving stuff that node has, so probably still not useful for a competitive benchmark.
Re: Node.js memory benchmark confirms V8's GC may not be ready for the server
#6Has anyone done any experiements with node.js and Jägermonkey? They’re getting pretty close to V8 in speed ( http://arewefastyet.com/ ) and might prove better for server use (utter conjecture on my part).
Re: Node.js memory benchmark confirms V8's GC may not be ready for the server
#7Re: Node.js memory benchmark confirms V8's GC may not be ready for the server
#8It seems like node performs better at the bottom of the curve where most of us are likely to be. Can the performance issues be solved by adding hardware? (or spin up more node processes so that each one stays at the bottom of the curve?
Re: Node.js memory benchmark confirms V8's GC may not be ready for the server
#9I think the editorializing of the headline is unnecessarily negative (read biased). There is obviously an issue Ryan is working on addressing but Node is clearly already providing performance which is suitable for many server workloads.
Re: Node.js memory benchmark confirms V8's GC may not be ready for the server
#10It seems like node performs better at the bottom of the curve where most of us are likely to be. Can the performance issues be solved by adding hardware? (or spin up more node processes so that each one stays at the bottom of the curve?