https://github.com/ramnes/pep-557-vs-the-world
Comparing different data structures in Python
https://github.com/ramnes/pep-557-vs-the-world
Last synced: about 2 months ago
JSON representation
Comparing different data structures in Python
- Host: GitHub
- URL: https://github.com/ramnes/pep-557-vs-the-world
- Owner: ramnes
- Created: 2018-07-19T13:09:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-27T09:03:03.000Z (almost 8 years ago)
- Last Synced: 2025-11-12T15:34:39.893Z (7 months ago)
- Language: Python
- Homepage: https://ep2018.europython.eu/conference/talks/pep-557-versus-the-world
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
PEP 557 versus the world
========================
This is the micro-benchmark behind my `PEP 557 versus the world
`_ talk. Check out any :code:`with_*.py`
file to see what it does.
Although please note that in the first place, this was more about how to
manipulate the different libraries than check their performance. In no way I
assume that those results are definitive and valid in all use-cases.
Run
---
.. code-block:: sh
$ git clone https://github.com/ramnes/pep-557-vs-the-world
$ cd pep557-vs-the-world
$ virtualenv -ppython3.6 .venv && . .venv/bin/activate
(.venv) $ pip install -r requirements.txt
(.venv) $ python run_benchmark.py
Results
-------
.. image:: results.png