Live data from Hacker News

Multi-model database ArangoDB 2.5 with built-in JavaScript support

github.com

11–12 of 12 posts

Re: Multi-model database ArangoDB 2.5 with built-in JavaScript support

#11
post #2

Why do programmers databases with JavaScript? Lua is more embedded language than JavaScript. http://www.aerospike.com/ http://redis.io http://tarantool.org use LUA and it more powerful and easy to use as procedures.

I am surprised that nobody mentions the great performance of Google's V8 engine here...

And the constant performance improvements over the last years, that are the result of the ongoing race for better performance between the browser vendors.

Re: Multi-model database ArangoDB 2.5 with built-in JavaScript support

#12
post #2

Why do programmers databases with JavaScript? Lua is more embedded language than JavaScript. http://www.aerospike.com/ http://redis.io http://tarantool.org use LUA and it more powerful and easy to use as procedures.

I am surprised that nobody mentions the great performance of Google's V8 engine here...

From what I've heard the author of LuaJIT contributed a lot of performance improvements to V8.

LuaJIT is a blessing and a curse. It's magnitudes faster than the standard interpreter but on the other hand it's version is lagging behind which means a lot of people won't benefit from the latest lua version

Post reply on HN