Live data from Hacker News

Viewing profile — h0x91b

h0x91b

HN member
Joined
Tue, Jun 11, 2013, 12:41 PM UTC
HN karma
25
Public activity
19 items

About h0x91b

http://www.redis-v8.com - Redis with built in Google V8 JS engine.

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #5886569

    I will perform the test on the speed of Lua-jit, but I wrote redis-v8 not for speed. The fact that the V8 was faster than Lua (regular) was a surprise for me.

  5. comment
    Comment #5886551

    Personally I do not like LUA, I do not force anyone to use JS. My opinion is that JavaScript is a powerful and handy, but again, this is only my opinion.

  6. comment
    Comment #5886537

    Now it is in English

  7. comment
    Comment #5886465

    Redis-v8 quick-start is now in English.

  8. story
  9. comment
    Comment #5866587

    I started this project because javascript is more convenient and easier to teach (everyone knows). The fact that the V8 found in 10(!) Times faster than the native commands even th…

  10. comment
    Comment #5862792

    Nope, in redis v8 is faster, just because i have optimised GET/SET/INCR commands, and lua use a regular connection to DB like any other client, so in my case is no need to parse/en…

  11. comment
    Comment #5862754

    I love JS =), and no one from my employers know LUA...

  12. comment
    Comment #5861479

    I coped it from https://code.google.com/p/v8/.. .

  13. comment
    Comment #5861362

    I am there.

  14. comment
    Comment #5861356

    Uliy, call me please

  15. comment
    Comment #5861351

    Yep, you are absolutely right. Every one can do that, no needs to be a genius NoSQL programmer or something =), if you want to migrate from SQL solutions, i think redis-v8 can help…

  16. comment
    Comment #5861333

    http://redis-v8.com/norobots.txt , i have not finished a website... This awesome because of speed, easy usage, traffic less, currently a make a fully REST service with gzip...

  17. comment
    Comment #5861318

    1) JS is easy, almost everyone can work with it. 2) V8 is faster than LUA 5-10 times........ 3) MVC - Model and crons, i think should be in DB.

  18. comment
  19. comment
    Comment #5861291

    Hey guys, i am a author, as you can see project in alpha state... Everything is working, but i need some time for translate the docs/tutorials, with my english this can take a lot …