From a8fa384985ff95407012e18012c8fb920f2c37b5 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Wed, 21 May 2014 23:28:14 -0400 Subject: [PATCH] Reminder to perhaps remove the parameters again, as they may be slow --- minimart/route.rkt | 1 + 1 file changed, 1 insertion(+) diff --git a/minimart/route.rkt b/minimart/route.rkt index 4c9acce..2015a18 100644 --- a/minimart/route.rkt +++ b/minimart/route.rkt @@ -34,6 +34,7 @@ matcher-match-matcher-unit matcher-project-success) +;; TODO: perhaps avoid the parameters on the fast-path, if they are causing measurable slowdown. (define matcher-union-successes (make-parameter set-union)) (define matcher-intersect-successes (make-parameter set-union)) (define matcher-erase-path-successes (make-parameter (lambda (s1 s2)