top | item 22920780

(no title)

budabudimir | 5 years ago

A database implemented in JS; very encouraging. I guess performance and robustness were not a priority.

discuss

order

haadcode|5 years ago

> I guess performance and robustness were not a priority.

You'd be surprised how well JS does on both fronts, in addition to being able to run across platforms :)

brabel|5 years ago

Performance-wise, JS is not too bad when you have lots of IO going on, as in this case... but robustness? You gotta be kidding! JS is the poster child of a language does NOT have robustness as one of its attributes. Just about every single one of its design decisions makes robustness difficult.