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.

A lighter Core

We recently released a version of our open source libraries with a muchanticipatedchange– Async_kernel, the heart of the Async concurrent programming library...

21 Mar 2015

Jane Street Tech Blog

Read Article
OPAM 1.2.1 Released

OPAM 1.2.1 has just been released. This patch version brings a number of fixes and improvements over 1.2.0, without breaking compatibility. Upgrade from 1.2.0 (or earlier) See the normal installation instructions: you should generally pick up the packages from the same origin as you did for the last...

18 Mar 2015

OCamlPro

Read Article
Binomial Heap

This post presents another functional heap - binomial heap in OCaml. It also describes binomial tree in great details. Diagrams and OCaml code has been supplied....

18 Mar 2015

Xinuo Chen

Read Article
Heap - Leftist Tree

This post presents a functional heap - leftist tree in OCaml. It walks through binary heap, list based heap towards leftist tree. OCaml code has been supplied....

13 Mar 2015

Xinuo Chen

Read Article
Cumulus and ocp-memprof, a love story

In this blog post, we went on the hunt of memory leaks in Cumulus by using our memory profiler: ocp-memprof. Cumulus is a feed aggregator based on Eliom, a framework for programming web sites and client/server web applications, part of the Ocsigen Project. First, run and get the memory snapshots To ...

04 Mar 2015

OCamlPro

Read Article
Centralizing distributed version control, revisited

7 years ago, I wrote a blogpostabout how we at Jane Street were using our distributed version control system(hg, though the story would be the same for git) ...

04 Mar 2015

Jane Street Tech Blog

Read Article
Compiling ARM binaries for use with BAP

The Binary Analysis Platform Blog

04 Mar 2015

The BAP Blog

Read Article
Pearl No.2 - The Max Number of Surpassers

This is the 2nd pearl (a surpassing problem) in the book

21 Feb 2015

Xinuo Chen

Read Article