Live data from Hacker News

Viewing profile — xdenser

xdenser

HN member
Joined
Sun, Nov 18, 2012, 8:31 AM UTC
HN karma
8
Public activity
6 items

About xdenser

No profile information was provided.

Recent public activity

  1. comment
    Comment #8706977

    I have experience of porting JS code from one environment to another. First I was using Delphi Application with MS Active Scripting and MS JScript Engine then moved to nodejs on li…

  2. comment
    Comment #6827700

    Ok this intArithm variant (w/o memoization) for NodeJS is 6 times faster (0.54 sec) comparing to naive function intArithm(){ var max_a0 = +process.argv[2], longest = 0, max_len = 0…

  3. comment
    Comment #6823433

    my 2 cents to defend NodeJs 329 837799 naive 3.06 sec 329 837799 decompozed 3.03 sec 329 837799 memoized decompozed 0.52 sec The program https://gist.github.com/xdenser/7722083

  4. comment
    Comment #5489396

    it says it is traveling at 1/10 th of light speed. it takes less than minute to get to Mars in pixels, but from other sources I know it takes 13 minutes for radio signal to get to …

  5. comment
    Comment #4800625

    How about pure JS PEG generated parser instead of clang? https://github.com/xdenser/node-ffiCparser though that is not finished yet

  6. comment
    Comment #4800231

    No you cant. It is NodeJS module referring node-ffi - module allows you to call dynamic libarary functions w/o making your own binary module. So it may be used with NodeJS under Wi…