VEuPathDB / service-eda

Repo containing EDA web service
Apache License 2.0
0 stars 0 forks source link

Update merging/subsetting streaming interface to use CloseableIterator instead of HTTP byte stream #28

Closed dmgaldi closed 3 months ago

dmgaldi commented 4 months ago

Overview

This change removes overhead of writing serialized subsetting rows as bytes to an OutputStream and re-serializing them.

I ran map regression tests, I'm still working on writing some compute tests.