Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 275 Bytes

File metadata and controls

9 lines (8 loc) · 275 Bytes
layout post
title Optimisation
tags optimisation low-level C C++ Fortran

Richard Evans gave an introduction to optimising your code, showing us some tips and tricks to help the compiler generate optimal code, and ultimately give us our simulation results faster.