Skip to content

Files

Latest commit

 

History

History
22 lines (16 loc) · 991 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 991 Bytes

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