On Tue, Jul 02, 2019 at 10:19:29AM +0900, Alexander Burger wrote: > For each grid-cell it woud be one more heap-cell for the name, plus 1.5 > heap-cells on the average for the index.
Without name, each grid-cell takes up 4 heap-cells:
One for the symbol itself, and three for its value holding the connections to
neighbor cells:
: (show (cadadr *Grid1))
"b2" (("a2" . "c2") "b1" . "b3")
-> "b2"
: (size (val @))
-> 3
☺/ A!ex
--
UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
