Ticket #59 (new defect)

Opened 2 years ago

Refactor buffering/parsing strategy

Reported by: pragma Assigned to: pragma
Priority: major Milestone: RC1
Component: DDL (all) Version: Beta 1
Keywords: Cc:

Description

The Tango buffers and readers do a good job, but are overkill given the size of most binaries involved with DDL.

  • Revert to a pre-buffered file useage policy
  • alias FileBuffer? to void[] or remove it completely
  • Compose a primitive parsing construct to replace the reader classes
  • Refactor interfaces to use lower-level constructs (void[]) for file data