{ "cells": [ { "cell_type": "markdown", "id": "ae2a0512", "metadata": {}, "source": [ "\n", "# Is Julia fast?" ] }, { "cell_type": "markdown", "id": "e040636a", "metadata": {}, "source": [ "## Contents\n", "\n", "With this notebook, you will learn\n", "\n", "- Two basic julia concepts related performance:\n", " - type-inference\n", " - JIT compilation\n", "- Some Julia syntax\n", "- Some useful Julia packages" ] }, { "cell_type": "markdown", "id": "beef4d5e", "metadata": {}, "source": [ "## Using Jupyter notebooks in Julia\n", "\n", "We are going to use Jupyter notebooks in this and other lectures. You provably have worked with notebooks (in Python). If not, here are the basic concepts you need to know to follow the lessons.\n", "\n", "