summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-10-01 07:08:07 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-10-01 07:08:07 +0400
commit108b28e0b42d99bdd398b3d530db8254e0e28c95 (patch)
tree31300482bc42a4e01205f62c030758a53e271aaf
parente38b79963948dc4c3d06d88202108c52bb77315a (diff)
Update TODO
-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)