An open API service indexing awesome lists of open source software.

https://github.com/phenomnomnominal/v8-for-of-for-loop


https://github.com/phenomnomnominal/v8-for-of-for-loop

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# INSTRUCTIONS:

Run the benchmark with:

```
I=4000 J=4000 K=4000 npm run benchmark
```

It takes a while...

| I | J | K | FOF-OF | FOR | FOR-CACHE |
| --- | --- | --- | --- | --- | --- |
| 1 | 4000 | 4000 | 4153.657ms | 3405.739ms | 3925.534ms |
| 2 | 4000 | 4000 | 12057.271ms | 8348.927ms | 5848.265ms |
| 3 | 4000 | 4000 | 13816.848ms | 9913.514ms | 9919.029ms |
| 4 | 4000 | 4000 | 17822.661ms | 18252.146ms | 13329.852ms |
| 5 | 4000 | 4000 | 25727.175ms | 20986.763ms | 16565.361ms |
| 6 | 4000 | 4000 | 22675.605ms | 22361.122ms | 20243.203ms |