Browse thread
SMP multithreading
[
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: | 2010-11-20 (11:55) |
From: | Jon Harrop <jonathandeanharrop@g...> |
Subject: | RE: [Caml-list] SMP multithreading |
> This is actually a quick way to use multiple cores with ocaml. Find a > often called function that takes considerable time and offload it to C Or HLVM, F#, Scala, Clojure or any of the other languages that permit shared memory parallelism. C is particularly poor in this regard so I would not just restrict yourself to C... Cheers, Jon.