[<<][staapl][>>][..]
Fri Aug 31 22:29:04 CEST 2007
linear
the next thing to do is to create closures without garbage
collection. this would make PF interesting.
so the deal is: tree structured data allows for 1--ref structures
which can be optimized using reference counts. i guess this is the
hash consing business.
hash consing =
- tabel van CONS cells
- bij (cons a b) -> check if cell is in hash: inc refcount else new
so that should be able to speed it up.. it's a bit smelly though.
[Reply][About][<<][staapl][>>][..]