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: over 1 year ago
JSON representation

Microbenchmarks showing relative performance of different Python functions/patterns.

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.