raganwald / cafeaulife

Gosper’s HashLife in CoffeeScript
30 stars 2 forks source link

mark-sweep garbage collector #9

Closed raganwald closed 12 years ago

raganwald commented 12 years ago

perhaps a mirror bucket list? Crawl the tree hashing everything found that hasn’t already been added to the tree.

raganwald commented 12 years ago

Went with reference counting instead