Szymański's algorithm: Difference between revisions

Content deleted Content added
Wherrera (talk | contribs)
mNo edit summary
Wherrera (talk | contribs)
Line 24:
 
=={{header|Julia}}==
<syntaxhighlight lang="julia">using ThreadSafeDicts # implement a single lock on all thread's shared values as a lockable Dict (keyed by threada process id)
 
const dict = ThreadSafeDict()