Skip to content

Libraries to improve the execution speed of your python projects

Notifications You must be signed in to change notification settings

RocketRider/awesome-python-performance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

Numerics

  • Numpy 10x faster than Python List
  • JAX 8x faster than Numpy with JIT

Data Classes

Distributed computing

  • Ray Distribut calculation over muliple cpus or machines
  • faster-fifo multiprocessing.Queue (IPC FIFO queue). Up to 30x faster in some configurations.

Interpreter

Benchmark current performance

Image Manipulation

  • OpenCV Fast image manipulations

Graph Calculations

  • igraph Extreme fast graph implementation for e.g. A* calculation

Releases

No releases published

Packages

No packages published