json-joy icon indicating copy to clipboard operation
json-joy copied to clipboard

Optimizations for `IReader`

Open streamich opened this issue 1 year ago • 0 comments

  • [ ] Implement IReader which reads from a stream of data (stream of Uint8Array objects).
  • [ ] Implement IReader which reads from an array of Uint8Array.
  • [ ] Maybe abstract the current single Uint8Array reader and array Uint8Array reader with a single stream Uint8Array reader.
  • [ ] Test performance.

streamich avatar Aug 28 '22 13:08 streamich