Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ifnesi committed Jan 5, 2024
1 parent 707b61a commit 24103f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Python implementation of Gunnar's 1 billion row challenge:
| python3 | calculateAverageDuckDB.py | 186.78s | 4.21s | 806% | 23.673 |
| pypy3 | calculateAverage.py | 284.90s | 9.12s | 749% | 39.236 |
| python3 | calculateAverage.py | 378.54s | 6.94s | 747% | 51.544 |
| python3 | calculateAveragePypy.py | 573.77s | 2.70s | 787% | 73.17 |
| python3 | calculateAveragePypy.py | 573.77s | 2.70s | 787% | 73.170 |

The file `calculateAveragePypy.py` was created by [donalm](https://github.com/donalm), a +2x improved version of the initial script (`calculateAverage.py`) when running in pypy3, even capable of beating the implementation using [DuckDB](https://duckdb.org/) `calculateAverageDuckDB.py`.

0 comments on commit 24103f4

Please sign in to comment.