Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 764 Bytes

File metadata and controls

44 lines (28 loc) · 764 Bytes

ToDo for Bytes Package

Done

  1. Make existing debug work
  2. Make existing test work

Current

  1. look at making rIndex/wIndex private
  2. verify initialization of rIndex/wIndex
  3. Complete write test
  4. Remove all ignore_for_file
  5. Document all public methods,...
  6. Add WriteBuffer test to all tests
  7. Test and record performance
  8. Finish README.md

V 0.8

  1. create mixins for big/little endian

  2. Make Bytes abstract with Constructors for:

    a. Growable

     i. big endian
     ii. little endian
    

    b. Not Growable

     i. big endian
     ii. little endian
    

    c. ReadOnly

     i. big endian
     ii. little endian
    
  3. Test and record performance

V 0.9

  1. Remove all log.debug statements.