Skip to content

Speeding up CSV file download #30

@ghost

Description

Based on some rudimentary function speed testing, downloading the CSV file from Mountain Project is by far the slowest part of MPV, clocking in at over 6 seconds for a 2000+ entry tick list. With database operations sped up, I would like to take care of this last remaining speed bump.

I spent some time digging into downloading a file concurrently, with the hopes of speeding up how soon MPV has access to the data, but didn't have much luck. I suppose it is possible we are just limited by how quickly the CSV data comes over the network, but I'm not ready to give up just yet! :-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions