Re: [livecode] [OT] cellular automata

From: Rob Myers <rob_at_robmyers.org>
Date: Tue, 16 Sep 2008 09:31:17 +0100

On Tue, Sep 16, 2008 at 5:08 AM, AlgoMantra <algomantra_at_gmail.com> wrote:
>
>
>> A Pig implementation of a CA system would be good:
>>
>> http://incubator.apache.org/pig/
>
> The spiel on that website totally freaked me out, dude.

It's a higher-level language for MapReduce operations.

Which means it's a way of processing data across a network of
computers. So you can pass each cell out to a single computer and it
will process it (more realistically every 3 cells for a CA or every 9
cells for Life). This would allow you to process amazingly large CAs
very quickly.

- Rob.
Received on Tue Sep 16 2008 - 08:33:58 BST

This archive was generated by hypermail 2.4.0 : Sun Aug 20 2023 - 16:02:23 BST