├── .gitignore ├── 0.01-t0.3-alloc-profile.pb.gz ├── 1 - Introduction.ipynb ├── 2-JuliaCompiler.pdf ├── 3 - Going fast nowhere.ipynb ├── 4 - Profiling.ipynb ├── 5 - Jet & Cthulhu .ipynb ├── LICENSE.md ├── README.md ├── initial-alloc-profile.pb.gz ├── initial-profile.jlprof └── initial-profile.pb.gz /.gitignore: -------------------------------------------------------------------------------- 1 | .ipynb_checkpoints 2 | -------------------------------------------------------------------------------- /0.01-t0.3-alloc-profile.pb.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vchuravy/julia-performance/HEAD/0.01-t0.3-alloc-profile.pb.gz -------------------------------------------------------------------------------- /1 - Introduction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vchuravy/julia-performance/HEAD/1 - Introduction.ipynb -------------------------------------------------------------------------------- /2-JuliaCompiler.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vchuravy/julia-performance/HEAD/2-JuliaCompiler.pdf -------------------------------------------------------------------------------- /3 - Going fast nowhere.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vchuravy/julia-performance/HEAD/3 - Going fast nowhere.ipynb -------------------------------------------------------------------------------- /4 - Profiling.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vchuravy/julia-performance/HEAD/4 - Profiling.ipynb -------------------------------------------------------------------------------- /5 - Jet & Cthulhu .ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vchuravy/julia-performance/HEAD/5 - Jet & Cthulhu .ipynb -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vchuravy/julia-performance/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vchuravy/julia-performance/HEAD/README.md -------------------------------------------------------------------------------- /initial-alloc-profile.pb.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vchuravy/julia-performance/HEAD/initial-alloc-profile.pb.gz -------------------------------------------------------------------------------- /initial-profile.jlprof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vchuravy/julia-performance/HEAD/initial-profile.jlprof -------------------------------------------------------------------------------- /initial-profile.pb.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vchuravy/julia-performance/HEAD/initial-profile.pb.gz --------------------------------------------------------------------------------