-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
- use fileinput
- apply character mappings more efficiently (should just require a constant offset)
- work with streams (none of this
''.join()nonsense) - add more tests
- document
space efficiency(more bytes == better, right?)