File: HashLife.html

package info (click to toggle)
golly 2.1-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 9,560 kB
  • ctags: 5,064
  • sloc: cpp: 38,119; python: 3,203; perl: 1,121; makefile: 58; java: 49; sh: 22
file content (21 lines) | stat: -rw-r--r-- 596 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<title>Golly Help: HashLife</title>
<body bgcolor="#FFFFCE">

<p>
HashLife uses Bill Gosper's
<a href="http://en.wikipedia.org/wiki/Hashlife">hashlife</a>
algorithm to achieve remarkable speeds when generating patterns
that have a lot of regularity in time and/or space.

<p>
HashLife supports the same set of rules as
<a href="QuickLife.html">QuickLife</a>, but with one exception:
it cannot handle any rule that contains B0 but not S8.

<p>
Note that HashLife performs very poorly on highly chaotic patterns,
so in those cases you are better off switching to QuickLife.

</body>
</html>