datamon
datamon copied to clipboard
Speed up upload of files and have concurrency (Use sendfile/io.section reader)
Use IO primitives within go lang to speed up upload of a large number of files into datamon.
Parallel upload was fixed in https://github.com/oneconcern/datamon/pull/99 and other PRs. Keeping this open as a spike for sendfile investigation.