minio/vendor/github.com
Harshavardhana d484157d67 XL/bitrot: Migrate to new blake2b-simd SIMD optimized implementation. (#2031)
Thanks for Frank Wessels <fwessels@xs4all.nl> for all the heavy lifting work.

Comparative benchmarks are as below.
```
benchmark                old ns/op     new ns/op     delta
BenchmarkHash64-4        742           411           -44.61%
BenchmarkHash128-4       681           346           -49.19%
BenchmarkWrite1K-4       4239          1497          -64.69%
BenchmarkWrite8K-4       33633         11514         -65.77%
BenchmarkWrite32K-4      134091        45947         -65.73%
BenchmarkWrite128K-4     537976        183643        -65.86%

benchmark                old MB/s     new MB/s     speedup
BenchmarkHash64-4        86.18        155.51       1.80x
BenchmarkHash128-4       187.96       369.10       1.96x
BenchmarkWrite1K-4       241.55       683.87       2.83x
BenchmarkWrite8K-4       3897.06      11383.41     2.92x
BenchmarkWrite32K-4      977.48       2852.63      2.92x
BenchmarkWrite128K-4     243.64       713.73       2.93x
```

Fixes #2030
2016-06-29 02:06:35 -07:00
..
cheggaaa/pb server: terminal width should fallback to 80x25. (#1895) 2016-06-12 19:35:28 -07:00
dgrijalva/jwt-go jwt: Add JWT support for minio server. 2016-01-22 17:38:05 -08:00
dustin/go-humanize Migrate this project to minio micro services code 2015-10-16 11:26:08 -07:00
elazarl/go-bindata-assetfs ui-assets: Integrate UI assets. 2016-02-04 18:07:05 -08:00
facebookgo/clock vendor: Remove unused packages. 2016-05-15 00:04:56 -07:00
fatih vendor: Update to new upstream changes from fatih/color 2016-02-23 15:01:17 -08:00
gorilla browser-assets: serve asset files with compression. 2016-03-04 07:47:26 +05:30
hashicorp/go-version rewrite minio runtime checks 2016-02-15 17:56:56 +05:30
klauspost vendor: update klauspost/reedsomon package with upstream changes. (#1912) 2016-06-17 15:16:26 +05:30
mattn vendor: Update to new upstream changes from fatih/color 2016-02-23 15:01:17 -08:00
minio XL/bitrot: Migrate to new blake2b-simd SIMD optimized implementation. (#2031) 2016-06-29 02:06:35 -07:00
pkg/profile vendor changes to pkg/profile (#1671) 2016-05-18 09:22:06 -07:00
rs/cors Migrate this project to minio micro services code 2015-10-16 11:26:08 -07:00
Sirupsen/logrus Migrate this project to minio micro services code 2015-10-16 11:26:08 -07:00
skyrings/skyring-common backend/fs: Refactor multipart upload 2016-04-05 22:22:29 +05:30