Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miraculixx/1billionpy
1 billion loop challenge with Python
https://github.com/miraculixx/1billionpy
Last synced: 12 days ago
JSON representation
1 billion loop challenge with Python
- Host: GitHub
- URL: https://github.com/miraculixx/1billionpy
- Owner: miraculixx
- License: mit
- Created: 2024-12-21T14:39:42.000Z (19 days ago)
- Default Branch: master
- Last Pushed: 2024-12-21T14:47:38.000Z (19 days ago)
- Last Synced: 2024-12-21T15:30:04.555Z (19 days ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
1billion loops with Python
==========================This explores various options to optimize the Python implementation of the
[1billion loop problem](https://github.com/bddicken/languages).Read more about [my findings on substack](https://scaledpython.substack.com/p/00ad0bd0-9b90-49b6-b067-c24d852d3f74?postPreview=paid&updated=2024-12-21T14%3A31%3A01.541Z&audience=everyone&free_preview=false&freemail=true)
Results in a nutshell
---------------------How to run this
---------------$ git clone https://github.com/miraculixx/1billionpy.git
$ cd 1billionpy
$ ./runNote you need to install hyperfine, create a Python3.13
environment and install pypy before running.