Blog

The OCaml Planet

Articles and videos contributed by both experts, companies and passionate developers from the OCaml community. From in-depth technical articles, project highlights, community news, or insights into Open Source projects, the OCaml Planet RSS feed aggregator has something for everyone.

Want your Blog Posts or Videos to Show Here?

To contribute a blog post, or add your RSS feed, check out the Contributing Guide on GitHub.

CPU Registers and OCaml

Even though registers are a low-level CPU concept, having some knowledge aboutthem can help write faster code. Simply put, a CPU register is a storage for as...

05 May 2015

Jane Street Tech Blog

Read Article
Reverse web proxy in ~50 lines of BASH

In the spirit of reinventing the wheel for fun, I hacked this together as aquick challenge to myself last week. It’s a little rough around the edges, but Ith...

01 May 2015

Jane Street Tech Blog

Read Article
wxOCaml, camlidl and Class Modules

A few months ago, a memory leak in the Scanf.fscanf function of OCaml’s standard library has been reported on the OCaml mailing list. The following “minimal” example reproduces this misbehavior: Let us see how to identify the origin of the leak and fix it with our OCaml memory profiler. Instal...

13 Apr 2015

OCamlPro

Read Article
Building a lower-latency GC

We’ve been doing a bunch of work recently on improving the responsiveness ofOCaml’s garbage collector. I thought it would be worth discussing thesedevelopmen...

10 Apr 2015

Jane Street Tech Blog

Read Article
Faster OCaml to C calls

The official OCaml documentation “Interfacing C withOCaml” doesn’tdocument some interesting performance features.

09 Apr 2015

Jane Street Tech Blog

Read Article
First steps in mirage | Drup's thingies

This was long overdue, after a lot of ocsigen-cohttp hacking (duh), I finally started trying mirage!

09 Apr 2015

Gabriel Radanne

Read Article
Pearl No.3 - Saddleback Search

This is the 3rd pearl (the saddleback search problem) in the book

31 Mar 2015

Xinuo Chen

Read Article