summaryrefslogtreecommitdiff
path: root/TODO.org
blob: 6fc8071cfcb9dc474926dd452d67f507249038be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
* DONE generic decode
* DONE tests for generics with record selectors
* DONE lens compatible selectors renaming
* DONE benchmarks for generic decode
* DONE documentation
* DONE document generics
* DONE v0.2.0.0 (reason: dictAssoc is hidded now)
* DONE fix portability issues
make int's instances platform independent so we can make  library
portable.
BInteger = Integer
* DONE rename BEncode to BValue, and BEncodable to BEncode
* WONT use HashMap for dicts (much slower than Data.BEncode.req.search)
* WONT CPS Result (apparently it's slower here)