You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).