Profiling OCaml amd64 code under Linux

We have recently worked on modifying the OCaml system to be able to profile OCaml code on Linux amd64 systems, using the processor performance counters now supported by stable kernels. This page presents this work, funded by Jane Street. The patch is provided for OCaml version 4.00.0. If you need it...

08 Aug 2012

OCamlPro

Read Article
Merge Right

The so-called master-transaction update is one of the, if not the defining algorithms of the discipline formerly known as "data processing...

07 Aug 2012

Matías Giovannini

Read Article
A Helping Phantom Hand

You don't have to be writing an interpreter or some other kind of abstract code to profit from some phantom types. Suppose you have two or m...

02 Aug 2012

Matías Giovannini

Read Article
Theorems for Free: The Monad Edition

This is for the record, since the derivations took me a while and I'd rather not lose them. A functor is the signature: module type FU...

19 Jul 2012

Matías Giovannini

Read Article
An Odd Lemma

While proving that every monad is an applicative functor, I extracted the following derivation as a lemma: fmap f ∘ (λh. fmap h x) ≡ { ...

17 Jul 2012

Matías Giovannini

Read Article
A minor branch off Braun Trees

Revisiting the post on Braun Trees I noticed that, while pedagogical, the implementation of the root replacement operation rep can be stre...

12 Jul 2012

Matías Giovannini

Read Article
Existential Crisis

In a long discussion at LtU , user Jules Jacobs advances a use-case that for him would have been difficult to solve in a statically-typed l...

09 Jul 2012

Matías Giovannini

Read Article
Assessing Abstractions

Back to OCaml! Catching up with StackOverflow's OCaml questions , I found an interesting one about private type abbreviations in module si...

02 Jul 2012

Matías Giovannini

Read Article
Managing and Analyzing Big-Data in Genomics

Abstract Biology is an increasingly computational discipline. Rapid advances in experimental techniques, especially DNA sequencing, are generating data at exponentially increasing rates. Aside from...

29 Jun 2012

Ashish Agarwal

Read Article