Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
# intersector

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/b4709e14023040cbb957b7c587be236b)](https://www.codacy.com/app/syblackwell/intersector?utm_source=github.com&utm_medium=referral&utm_content=anywhichway/intersector&utm_campaign=badger)

Superfast intersection supporting primitives and objects. In the age of big data, you need it.

Below are node.js benchmarks in a 4 core i7 2.86gz Windows 10 64bit environment:

```
intersectorPrimitive x 145 ops/sec 3.69% (72 runs sampled)
lodashPrimitive x 47.06 ops/sec 3.99% (62 runs sampled)
benviePrimitive x 13.49 ops/sec 2.45% (37 runs sampled)
lovasoaPrimitive x 91.53 ops/sec 4.89% (66 runs sampled)
intersectorObject x 29.28 ops/sec 3.71% (52 runs sampled)
lodashObject x 15.72 ops/sec 4.80% (44 runs sampled)
benvieObject x 15.39 ops/sec 6.09% (40 runs sampled)
intersectorPrimitive x 145 ops/sec ±3.69% (72 runs sampled)
lodashPrimitive x 47.06 ops/sec ±3.99% (62 runs sampled)
benviePrimitive x 13.49 ops/sec ±2.45% (37 runs sampled)
lovasoaPrimitive x 91.53 ops/sec ±4.89% (66 runs sampled)
intersectorObject x 29.28 ops/sec ±3.71% (52 runs sampled)
lodashObject x 15.72 ops/sec ±4.80% (44 runs sampled)
benvieObject x 15.39 ops/sec ±6.09% (40 runs sampled)
lovasoaObject NOT SUPPORTED
Fastest is intersectorPrimitive
```
Expand Down