Posts about interviewing at Jane Street and our internship program
Vladimir Brankov
3 posts by Vladimir Brankov
May 05, 2015 |
4 min read
CPU Registers and OCaml
Even though registers are a low-level CPU concept, having some knowledge about them can help write faster code. Simply put, a CPU register is a...
Apr 09, 2015 |
1 min read
Faster OCaml to C calls
The official OCaml documentation “Interfacing C with OCaml” doesn’t document some interesting performance features.
Sep 29, 2014 |
2 min read