about summary refs log tree commit diff
path: root/table
AgeCommit message (Collapse)AuthorFilesLines
2006-05-04 * Use the new ATermMap.Eelco Dolstra1-417/+0
2006-05-04 * Iterators.Eelco Dolstra1-6/+73
2006-05-04 * Keep some statistics about memory allocation.Eelco Dolstra1-5/+16
2006-05-03 * Maintain the count field properly.Eelco Dolstra1-29/+44
2006-05-03 * New ATermMap, seems more-or-less finished.Eelco Dolstra2-50/+154
2006-05-03 * Started hacking on a ATermTable replacement, since ATermTable usesEelco Dolstra2-0/+250
gigantic amounts of memory --- 65536 bytes per table at least --- which makes it unsuitable for representing short-lived substitution tables and attribute sets.