Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 339 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 339 Bytes

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.