From 4b2b31dc4d97825a473ac139ec05ff5b70e1918c Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 3 May 2016 00:14:31 -0400 Subject: [PATCH] WIP --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 414804bd..aa9b5971 100644 --- a/TODO +++ b/TODO @@ -13,6 +13,9 @@ Tier 0: 3) perform optimizations on the CPS using analysis information 4) code size and performance comparison between this and baseline (the master branch, for now) +- Performance + 1) Can we replace alists in any places with hashtables? Will want to measure any improvements obtained this way + - Library support Import sets (importing libraries, section 5.2):