Personal tools

Hash consing

From HaskellWiki

(Difference between revisions)
Jump to: navigation, search
(Just stealing from the old HaWiki)
Current revision (05:51, 20 July 2010) (edit) (undo)
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.