Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 336 Bytes

File metadata and controls

12 lines (8 loc) · 336 Bytes

Performance

These are some resources about general performance considerations.

What is it?

  1. number_puzzle.ipynb: jupyter notebbook solving a number puzzle in a variety of ways, showing some aspects of performance optimization.
  2. cellular_automata: some illustrations of profiling and performance optimizations.