From 699a7583254e0f1da02b82f9076bf5513219a359 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 7 May 2016 09:45:08 -0500 Subject: [PATCH] fill in caache comment --- mudsync/player.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mudsync/player.scm b/mudsync/player.scm index 8b9a22f..6e4be57 100644 --- a/mudsync/player.scm +++ b/mudsync/player.scm @@ -186,7 +186,7 @@ (define (find-command-winner sorted-candidates line) "Find a command winner from a sorted list of candidates" ;; A cache of results from matchers we've already seen - ;; TODO: fill this in + ;; TODO: fill in this cache. This is a *critical* optimization! (define matcher-cache '()) (call/ec (lambda (return) -- 2.31.1