Skip to content

Commit

Permalink
fix: fixing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Farenheith committed Sep 20, 2024
1 parent 11bf764 commit dc31889
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A fast way to iterate, sync or async, over array likes, stream and async iterabl
## Benchmarks

Fluent-iterable are strongly focused on performance. Check it out in our [benchmark](https://runkit.com/farenheith/fluent-iterable-benchmark)!;
Here a some results we got comparing to another similar options on node 16:
Here a some results we got comparing to another similar options on node 22:

| Library | Ops/sec | Margin | Ran samples |
| ------- | ------- | ----------- | ----------- |
Expand All @@ -27,6 +27,7 @@ Here a some results we got comparing to another similar options on node 16:
| native generators | 156 | ±0.57% | 81 |
| native array operations chain | 68.95 | ±1.69% | 71 |

Notice that what we call native builtin ierator is the [iterator helper](https://v8.dev/features/iterator-helpers), recently released in the NodeJs 22, so due to some strategies we use, we can achieve a performance even better than the helper implemented in the V8 Engine!
You can check the benchmark code [here](./test-benchmark/general-benchmark.spec.ts)


Expand Down

0 comments on commit dc31889

Please sign in to comment.