about summary refs log tree commit diff stats
path: root/063list.mu
Commit message (Collapse)AuthorAgeFilesLines
* 1780 - now we always reclaim local scopesKartik K. Agaram2015-07-131-3/+3
| | | | | | But still no difference in either memory footprint or in running time. This will teach me -- for the umpteenth time -- to optimize before measuring.
* 1773 - update all mu recipes to new-default-spaceKartik K. Agaram2015-07-131-3/+3
| | | | | Turns out to not affect memory utilization or run-time. At all. But still looks nicer and requires less fudging on our part.
* 1406Kartik K. Agaram2015-05-191-0/+5
|
* 1380 - list data structureKartik K. Agaram2015-05-151-0/+55