Note on Julia

Table of Content

Installation

Julia Introduction

Julia Tips

Memory Allocations

Due to the nature of LLVM, memory allocation in Julia can be very expensive. Especially in dynamic programming, we usually a lot of arrays to store our data. Therefore, tracking where the memory is allocated can fast computation a lot.

Article tags: Miscellaneous

posted on: 2022-09-04, last edited on: 2022-09-12, written by: huijunchen9260