- Make existing debug work
- Make existing test work
- Remove all commented code
- Document all public methods,...
- Add test for all get methods
- Add tests for all set methods
- 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.