We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94614cf commit 3b853f8Copy full SHA for 3b853f8
source-code/README.md
@@ -44,3 +44,4 @@ to create it. There is some material not covered in the presentation as well.
44
1. `pypy`: code to experiment with the Pypy interpreter.
45
1. `file-formats`: influcence of file formats on performance.
46
1. `gpu`: some examples of using GPUs.
47
+1. `performance`: general considerations about performance.
source-code/performance/README.md
@@ -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