storj / uplink

Storj network Go library
MIT License
122 stars 17 forks source link

Existing download codepath acceleration #157

Closed jtolio closed 9 months ago

jtolio commented 11 months ago

Understanding we plan to do a larger download codepath refactor, there is a specific performance problem with the multicore servers in Durham right now, and so we want a small, targeted intervention to accelerate download speeds that reduce thrashing due to contention.

iglesiasbrandon commented 9 months ago

@jtolio is this ticket considered completed? Were we able to resolve the performance issues observed on the Durham setup? if so what was the solution?

jtolio commented 9 months ago

yes, and yes! we rewrote the part that manages concurrent piece downloads to be much faster.

onionjake commented 9 months ago

Do we have another ticket to enable this on edge?

jtolio commented 9 months ago

it's enabled!