Browse thread
OCaml is broken
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2009-12-21 (21:21) |
From: | Sylvain Le Gall <sylvain@l...> |
Subject: | Re: OCaml is broken |
On 21-12-2009, Erik Rigtorp <erik@rigtorp.com> wrote: > On Sun, Dec 20, 2009 at 17:18, Gerd Stolpmann <gerd@gerd-stolpmann.de> wrote: > > Even if I want to process a dataset and partition it and sends the > work to multiple processes there is no framework in OCaml for me to > use. > There are many frameworks at hand, just search for it: - ocamlp3l - jocaml - RPC with ocamlnet - cothreads - Ancient - OCamlMPI They maybe not look like exactly what you want, but they are close enough to do what you want. FYI, I have created a commercial application for sorting/processing big files using OCaml. It runs using multi-processes as fast as other commercial programs that do the same thing. In particular, it runs faster than another well-known program written in C, using threads on Windows and on Linux. Regards, Sylvain Le Gall