caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Concurrent/parallel programming
@ 2014-01-07 19:54 Yotam Barnoy
  2014-01-07 20:12 ` Yaron Minsky
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Yotam Barnoy @ 2014-01-07 19:54 UTC (permalink / raw)
  To: Ocaml Mailing List

[-- Attachment #1: Type: text/plain, Size: 1254 bytes --]

Hi List

So far, I've been programming in ocaml using only sequential programs. In
my last project, which was an implementation of a large machine learning
algorithm, I tried to speed up computation using a little bit of
parallelism with ParMap, and it was a complete failure. It's possible that
more time would have yielded better results, but I just didn't have the
time to invest in it given how bad the initial results were.

My question is, what are the options right now as far as parallelism is
concerned? I'm not talking about cooperative multitasking, but about really
taking advantage of multiple cores. I'm well aware of the runtime lock and
I'm ok with message passing between processes or a shared area in memory,
but I'd rather have something more high level than starting up several
processes, creating a named pipe or a socket, and trying to pass messages
through that. Also, I assume that using a shared area in memory involves
some C code? Am I wrong about that?

I was expecting Core's Async to fill this role, but realworldocaml is fuzzy
on this topic, apparently preferring to dwell on cooperative multitasking
(which is fine but not what I'm looking for), and I couldn't find any other
documentation that was clearer.

Thanks
Yotam

[-- Attachment #2: Type: text/html, Size: 1414 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2014-01-09  2:52 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-07 19:54 [Caml-list] Concurrent/parallel programming Yotam Barnoy
2014-01-07 20:12 ` Yaron Minsky
2014-01-07 20:21   ` Yaron Minsky
2014-01-07 20:35 ` Gerd Stolpmann
2014-01-08  2:35   ` Yotam Barnoy
2014-01-08  3:33     ` Francois Berenger
2014-01-08  4:01       ` Yotam Barnoy
2014-01-08  8:37     ` Gabriel Scherer
2014-01-08 11:36     ` Gerd Stolpmann
2014-01-08 11:55       ` Mark Shinwell
2014-01-08 13:38         ` Gerd Stolpmann
2014-01-07 21:51 ` Markus Mottl
     [not found] ` <20140107200328.GA14297@voyager>
2014-01-08  1:12   ` Francois Berenger
2014-01-08 20:29 ` Roberto Di Cosmo
2014-01-08 22:13   ` Yotam Barnoy
2014-01-08 22:38     ` Anil Madhavapeddy
2014-01-08 22:57       ` [Caml-list] [ocaml-infra] " Ashish Agarwal
2014-01-09  2:52         ` Yotam Barnoy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).