R. Kent Dybvig scripsit:
> In implementation, yes. But my thread system is based on pthreads, and
> you'd have to have quite a few parameters to notice the difference in
> thread-creation or memory overhead. Applications don't typically use
> very many thread parameters in any case.
The same points apply to Chicken, which stashes parameters constructed by
make-parameter (the only kind that are per-thread) in a per-thread vector.
--
What asininity could I have uttered John Cowan <cowan_at_ccil.org>
that they applaud me thus? http://www.ccil.org/~cowan
--Phocion, Greek orator
Received on Wed Feb 21 2007 - 14:21:40 UTC