olddaos / node-ewah

Fast and concise bitvectors ( either sparse or dense ), based on Lemur Project."
5 stars 0 forks source link

Benchmarks #1

Open FGRibreau opened 12 years ago

FGRibreau commented 12 years ago

A benchmark between a classical array approach and node-ewah's bitvectors approach would be great to capture how much powerful node-ewah is (or is not).

Nice project by the way !

olddaos commented 12 years ago

Thank you for evaluating my efforts! :-) Yes, currently I work hard to obtain performance test, because I need to be clear on what is the precise overhead, incurred by built in JS data structures. I expect to get first results this evening ( Moscow time ). By the way -- can you advice me any tools, that produce pretty concise and reliable results, that anyone is likely to trust?

Thank you in advance!

FGRibreau commented 12 years ago

Jslitmus is always a nice start for doing JavaScript benchmark :)