rhysd
|
6e99ad13e7
|
upgrade reqwest to v0.10.0
This will improve build time and binary size as follows:
* Before
- **Compile targets**: 220
- **Build time**: `cargo build --release 1264.95s user 39.72s system 335% cpu 6:29.14 total`
- **Binary size**: 6578568 bytes
* After
- **Compile targets**: 170
- **Build time**: `cargo build --release 1130.64s user 32.15s system 359% cpu 5:23.69 total`
- **Binary size**: 6107088 bytes
* Differences
- **Compile targets**: 1.29x smaller
- **Build time**: 1.23x faster
- **Binary size**: 1.07x smaller
|
2020-01-07 14:22:32 +09:00 |
|
rhysd
|
ed879231af
|
fix test code was broken by refactoring
|
2020-01-04 08:07:19 +09:00 |
|
Sunshine
|
88ffde0c3b
|
wipe integrity attributes
|
2019-12-26 09:44:01 -05:00 |
|
Sunshine
|
c7fc121c7c
|
use clean URLs as hashmap keys
|
2019-12-18 11:49:38 -05:00 |
|
Emi Simpson
|
322ab41b8c
|
Updated tests to reflect API changes
|
2019-12-10 00:00:15 -05:00 |
|
voila
|
1ff5e91087
|
Use HashMap as cache to minimize the number of HTTP requests (#75)
Use HashMap as cache to minimize the number of HTTP requests
|
2019-10-22 18:33:22 -04:00 |
|
Sunshine
|
0896f2e214
|
Properly handle 30x redirects
|
2019-09-30 23:58:09 -04:00 |
|
Vincent Flyson
|
3948ea3aa0
|
Improve code structure
|
2019-09-29 17:15:49 -04:00 |
|