Browse thread
Re: Why OCaml sucks
[
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: | -- (:) |
| From: | Till Varoquaux <till.varoquaux@g...> |
| Subject: | Re: [Caml-list] Re: Why OCaml rocks |
The concrurent GC that we are writing? You must know more things than I do. Note to myself: raise this in the next meeting. I think you are referring to the Ocaml summer project which is to be done by Emmanuel Chailloux's student. Till 2008/5/12 Arthur Chan <baguasquirrel@gmail.com>: > >> >> >> let c = Array2.zero_create am bn >> Parallel.For(0, n, fun i -> >> for j = 0 to n - 1 do >> let mutable r = 0.0 >> for k = 0 to n - 1 do >> r <- r + a.[i,k] * b.[k,j] >> c.[i,j] <- r) >> > > That is indeed a very pretty piece of code. I was wondering. The > concurrent GC that the Jane St. folks are writing, will it be useable with > the default stdlib that ships with ocaml, or will we have to use theirs? > > _______________________________________________ > Caml-list mailing list. Subscription management: > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > Archives: http://caml.inria.fr > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs > > -- http://till-varoquaux.blogspot.com/