Re: map-reduce

2016-11-16 Thread Joh-Tob Schäg
"Any technology distinguishable from magic is insufficiently advanced." Or
something like that …

freeemint_
Am 16.11.2016 12:15 schrieb "Mike Pechkin" :

>
>
>
>> The parallel magic seems to be here:
>>
>>
> ​PicoLisp is pure magic itself.
>
> Mike
> ​
>
>
>


Re: map-reduce

2016-11-16 Thread Mike Pechkin
> The parallel magic seems to be here:
>
>
​PicoLisp is pure magic itself.

Mike
​


Re: map-reduce

2016-11-14 Thread Joe Bogner
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 <mike.pech...@gmail.com> 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:picolisp@software-lab.de?subject=Unsubscribe