nilmdb/docs
Jim Paris 57751f5b32 Consistently use bytes everywhere for stream data
Previous commits went back and forth a bit on whether the various APIs
should use bytes or strings, but bytes appears to be a better answer,
because actual data in streams will always be 7-bit ASCII or raw
binary.  There's no reason to apply the performance penalty of
constantly converting between bytes and strings.

One drawback now is that lots of code now has to have "b" prefixes on
strings, especially in tests, which inflates this commit quite a bit.
2019-08-13 15:53:05 -04:00
..
design.md Consistently use bytes everywhere for stream data 2019-08-13 15:53:05 -04:00
Makefile Rearrange documentation, clean up Makefile, README 2013-01-31 19:06:32 -05:00
TODO.md Rearrange documentation, clean up Makefile, README 2013-01-31 19:06:32 -05:00
wsgi.md Fix WSGI docs again 2013-07-11 16:36:32 -04:00