Hash consing
From HaskellWiki
(Difference between revisions)
(Just stealing from the old HaWiki) |
m (Hash Consing moved to Hash consing) |
||
| (4 intermediate revisions not shown.) | |||
| Line 2: | Line 2: | ||
Use a table of already-built structures to increase sharing. | Use a table of already-built structures to increase sharing. | ||
| - | See also: [[MemoisingCafs]], [[Tying the Knot]]. | + | See also: [[MemoisingCafs]], [[Tying the Knot|TyingTheKnot]]. |
| + | |||
| + | [[Category:Code]] | ||
| + | [[Category:Idioms]] | ||
Current revision
Migrated from the old wiki
Use a table of already-built structures to increase sharing.
See also: MemoisingCafs, TyingTheKnot.
Categories: Code | Idioms
