Skip to content

Commit 3b853f8

Browse files
committed
Add number puzzle illustrating performance optmiization
1 parent 94614cf commit 3b853f8

File tree

3 files changed

+1485
-0
lines changed

3 files changed

+1485
-0
lines changed

source-code/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ to create it. There is some material not covered in the presentation as well.
4444
1. `pypy`: code to experiment with the Pypy interpreter.
4545
1. `file-formats`: influcence of file formats on performance.
4646
1. `gpu`: some examples of using GPUs.
47+
1. `performance`: general considerations about performance.

source-code/performance/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Performance
2+
3+
These are some resources about general performance considerations.
4+
5+
6+
## What is it?
7+
8+
1. `number_puzzle.ipynb`: jupyter notebbook solving a number puzzle
9+
in a variety of ways, shwoing some aspects of performance
10+
optimization.

0 commit comments

Comments
 (0)