Thanks for sharing. This is an impressive example to show how to
execute a computation in parallel

The parallel magic seems to be here:

(chain
   (mapcan
      '((F) (later (cons) (-file F)))
      *MAPFILES ) )
(wait NIL (full (made))) )

great work!

On Mon, Nov 14, 2016 at 8:30 AM, Mike Pechkin <[email protected]> wrote:
> hi,
>
> My parallel-like map-reduce on (later) function:
> https://goo.gl/S36x3N
>
> Besides more tests for build-in functions it opens the gate to implement
> Blake2xP versions of SHA3 finalist which have parallel versions for speed
> up.
>
> Mike
>
-- 
UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe

Reply via email to