Skip to content

Consider using light weight downloader (e.g. curl) instead of reqwest #17

Closed
@luojia65

Description

@luojia65

Using large web framework is flexible and feature rich, but is somehow expensive in disk space. My matrix calculation program compiles intel-mkl-src whick requires a huge web framework by extern crate reqwest (code), resulting in eaten up almost 3.44GB of disk space only to calculate one dot result of two matrices. If we consider light weight framework e.g. curl, we can get rid of large target folder space cost and download the source faster (rather than GBs of target + source size).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions