X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync%2Fplayer.scm;h=6e4be5738b2f289ed93decb95a258f2df22f0073;hp=8b9a22f5c72c5de58370db5843ee11bce20b0035;hb=50cd2aba8f13ec7aecb58a683aa55ae665cf83ab;hpb=902b52f87ea65d6a52cb84afee32ad20d89b2bc3 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)