Start tracking the TODO list.

This commit is contained in:
2019-02-11 16:36:11 -05:00
parent fbee1f2729
commit 037413ad15

5
TODO Normal file
View File

@@ -0,0 +1,5 @@
- Maybe don't use so many Rust macros; traits seem to be a bad idea; maybe just directly generate from Haskell?
- Verification of some of the basic operations with SAW
- Remove Decoder/Encoder, and just make normal From trait instances
- Need some good profiling benchmarks for everything
- Karatsuba multiplication