minio/vendor/github.com
Harshavardhana c0721164be Automatically set goroutines based on shardSize (#5346)
Update reedsolomon library to enable feature to automatically
set number of go-routines based on the input shard size,
since shard size is sort of a constant in Minio for
objects > 10MiB (default blocksize)

klauspost reported around 15-20% improvement in performance
numbers on older systems such as AVX and SSE3

```
name                  old speed      new speed      delta
Encode10x2x10000-8    5.45GB/s ± 1%  6.22GB/s ± 1%  +14.20%    (p=0.000 n=9+9)
Encode100x20x10000-8  1.44GB/s ± 1%  1.64GB/s ± 1%  +13.77%  (p=0.000 n=10+10)
Encode17x3x1M-8       10.0GB/s ± 5%  12.0GB/s ± 1%  +19.88%  (p=0.000 n=10+10)
Encode10x4x16M-8      7.81GB/s ± 5%  8.56GB/s ± 5%   +9.58%   (p=0.000 n=10+9)
Encode5x2x1M-8        15.3GB/s ± 2%  19.6GB/s ± 2%  +28.57%   (p=0.000 n=9+10)
Encode10x2x1M-8       12.2GB/s ± 5%  15.0GB/s ± 5%  +22.45%  (p=0.000 n=10+10)
Encode10x4x1M-8       7.84GB/s ± 1%  9.03GB/s ± 1%  +15.19%    (p=0.000 n=9+9)
Encode50x20x1M-8      1.73GB/s ± 4%  2.09GB/s ± 4%  +20.59%   (p=0.000 n=10+9)
Encode17x3x16M-8      10.6GB/s ± 1%  11.7GB/s ± 4%  +10.12%   (p=0.000 n=8+10)
```
2018-01-03 13:47:22 -08:00
..
aliyun/aliyun-oss-go-sdk/oss Implement Alibaba Cloud OSS gateway support (#5103) 2017-12-19 13:55:17 +05:30
Azure Update Azure SDK (#4985) 2017-09-28 15:23:46 -07:00
cheggaaa/pb vendorize: update all vendorized packages. (#2206) 2016-07-14 14:59:20 -07:00
davecgh/go-spew Add support for Kafka as a notifications target (#2869) (#3439) 2016-12-15 08:23:48 -08:00
dgrijalva/jwt-go vendorize: update all vendorized packages. (#2206) 2016-07-14 14:59:20 -07:00
dustin/go-humanize Improve duration humanization. (#4071) 2017-04-26 03:38:35 -07:00
eapache Add support for Kafka as a notifications target (#2869) (#3439) 2016-12-15 08:23:48 -08:00
eclipse/paho.mqtt.golang Add support for MQTT server as a notification target (#4474) 2017-06-14 17:27:49 -07:00
elazarl/go-bindata-assetfs ui-assets: Integrate UI assets. 2016-02-04 18:07:05 -08:00
fatih Make minio server compile on OpenBSD, NetBSD, Solaris (#3719) 2017-02-08 22:27:35 -08:00
garyburd/redigo Vendor upstream redis library instead of our fork. (#3913) 2017-03-16 08:22:47 -07:00
go-ini/ini Update minio-go dependency (#4551) 2017-06-19 16:02:35 -07:00
go-sql-driver/mysql Add support for MySQL notifications (fixes #3818) (#3907) 2017-03-17 09:29:17 -07:00
gogo/protobuf nats: Add support of NATS.io Streaming server (#3494) 2017-01-11 16:41:05 -08:00
golang Implement gateway support Google Cloud Storage 2017-06-16 14:47:02 -07:00
googleapis/gax-go Implement gateway support Google Cloud Storage 2017-06-16 14:47:02 -07:00
gorilla vendorize: update all vendorized packages. (#2206) 2016-07-14 14:59:20 -07:00
hashicorp Add Support for Manta Object Storage as a Gateway (#5025) 2017-12-20 13:37:56 +05:30
howeyc/gopass Support in-place upgrades of new minio binary and releases. (#4961) 2017-12-15 12:33:42 -08:00
inconshreveable/go-update Support in-place upgrades of new minio binary and releases. (#4961) 2017-12-15 12:33:42 -08:00
joyent/triton-go Add Support for Manta Object Storage as a Gateway (#5025) 2017-12-20 13:37:56 +05:30
klauspost Automatically set goroutines based on shardSize (#5346) 2018-01-03 13:47:22 -08:00
lib/pq Add PostgreSQL notifier (#2739) (#2824) 2016-10-03 17:29:55 -07:00
mattn Make minio server compile on OpenBSD, NetBSD, Solaris (#3719) 2017-02-08 22:27:35 -08:00
minio Add CopyObjectPart support to gateway S3 (#5213) 2017-12-02 08:33:59 +05:30
nats-io nats: Add support of NATS.io Streaming server (#3494) 2017-01-11 16:41:05 -08:00
pkg/profile Remove errors package, add comments and simplify. (#2925) 2016-10-14 12:31:00 -07:00
rs vendorize: update all vendorized packages. (#2206) 2016-07-14 14:59:20 -07:00
satori/uuid Update Azure SDK (#4985) 2017-09-28 15:23:46 -07:00
segmentio/go-prompt Support in-place upgrades of new minio binary and releases. (#4961) 2017-12-15 12:33:42 -08:00
Sirupsen/logrus vendorize: update all vendorized packages. (#2206) 2016-07-14 14:59:20 -07:00
skyrings/skyring-common backend/fs: Refactor multipart upload 2016-04-05 22:22:29 +05:30
streadway/amqp api: Implement bucket notification. (#2271) 2016-07-23 22:51:12 -07:00
tidwall config: Check for duplicated entries in all scopes (#3872) 2017-03-15 16:30:34 -07:00