summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.org b/TODO.org
index d352368..6fc8071 100644
--- a/TODO.org
+++ b/TODO.org
@@ -10,5 +10,5 @@ make int's instances platform independent so we can make library
10portable. 10portable.
11BInteger = Integer 11BInteger = Integer
12* DONE rename BEncode to BValue, and BEncodable to BEncode 12* DONE rename BEncode to BValue, and BEncodable to BEncode
13* TODO use HashMap for dicts 13* WONT use HashMap for dicts (much slower than Data.BEncode.req.search)
14* TODO CPS Result 14* WONT CPS Result (apparently it's slower here)