Course OCaml Code Optimization
- Length: 2 Days
- Pricing: 12 000€ for 10 people, customizable with duration and location
- Attendees: developpers
- Available remotely: yes
- Tutors: our engineers
Overview
This training has been designed by the OCamlPro team to focus specifically on writing the most efficient code for demanding applications. Participants will benefit from the direct involvement of the OCamlPro team in the development of OCaml compilers.
The course is half theory, half practice. Participants will have to write and adapt simple applications in OCaml, to build and test them. Participants can interact with the teachers about the problems they encounter with OCaml.
Objectives
- Write the most efficient code for your applications
- Understand the transformations performed by the compilers
- Optimize data structures for garbage collection
Prerequisites
Road Map
- OCaml’s compilers internals
- Analysis of code transformations at different passes
- OCaml’s Garbage Collector internals
- Efficient code examples
- Efficient data structures
- Profiling code and memory