Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bdice/python_microbenchmarks
Microbenchmarks showing relative performance of different Python functions/patterns.
https://github.com/bdice/python_microbenchmarks
Last synced: 11 days ago
JSON representation
Microbenchmarks showing relative performance of different Python functions/patterns.
- Host: GitHub
- URL: https://github.com/bdice/python_microbenchmarks
- Owner: bdice
- License: mit
- Created: 2021-05-20T18:37:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T22:15:19.000Z (6 months ago)
- Last Synced: 2024-10-11T08:26:22.571Z (28 days ago)
- Language: Python
- Size: 48.8 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python_microbenchmarks
Microbenchmarks showing relative performance of different Python functions/patterns.These are designed to answer the question "Is code snippet X faster than code snippet Y?".
Several microbenchmarks have baked-in assumptions about data sizes and access patterns, so be careful not to overgeneralize the results.