- Make existing debug work
- Make existing test work
- look at making rIndex/wIndex private
- verify initialization of rIndex/wIndex
- Complete write test
- Remove all ignore_for_file
- Document all public methods,...
- Add WriteBuffer test to all tests
- Test and record performance
- Finish README.md
-
create mixins for big/little endian
-
Make Bytes abstract with Constructors for:
a. Growable
i. big endian ii. little endianb. Not Growable
i. big endian ii. little endianc. ReadOnly
i. big endian ii. little endian -
Test and record performance
- Remove all log.debug statements.