Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^19: High Performance Game of Life (updated - results)

by eyepopslikeamosquito (Archbishop)
on Aug 16, 2017 at 13:03 UTC ( [id://1197497]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # tgol3.t - Simple lidka test of Conway Game of Life Organism class
    use strict;
    ...
       cmp_ok( scalar(@cells), '==', $lidka_ticks[100], "lidka final array
    + count" );
       is_deeply( \@cells, \@slidka100, "lidka final cell array" );
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1197497]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (6)
As of 2024-04-23 19:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found