On 9/9/11, Jonathan M Davis <jmdavisp...@gmx.com> wrote: > But make the constructor shared. Otherwise, it gets initialized once per > thread in spite of the fact that immutable is implicitly shared.
Good call!
On 9/9/11, Jonathan M Davis <jmdavisp...@gmx.com> wrote: > But make the constructor shared. Otherwise, it gets initialized once per > thread in spite of the fact that immutable is implicitly shared.
Good call!