projects
/
mudsync.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82ba632
)
fill in caache comment
author
Christopher Allan Webber
<cwebber@dustycloud.org>
Sat, 7 May 2016 14:45:08 +0000
(09:45 -0500)
committer
Christopher Allan Webber
<cwebber@dustycloud.org>
Sat, 7 May 2016 14:45:08 +0000
(09:45 -0500)
mudsync/player.scm
patch
|
blob
|
history
diff --git
a/mudsync/player.scm
b/mudsync/player.scm
index 8b9a22f5c72c5de58370db5843ee11bce20b0035..6e4be5738b2f289ed93decb95a258f2df22f0073 100644
(file)
--- 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)