Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.