Skip to content

Better upload performance

Compare
Choose a tag to compare
@orodeh orodeh released this 02 Mar 19:48
· 52 commits to master since this release
bc356bf
  • Improved upload performance and added a benchmark for it. The implementation section includes a table comparing dxfuse upload to dx upload. The main bottleneck for FUSE is that IOs are passing through the kernel in small synchronous chunks (128KB). This means that large file copies are slow.
  • Upgrade to golang version 1.14
  • Fixed use of defer when there are several such statements inside one function.
  • Fixed documentation for manifest mode, which is in the expert-options.