minio/buildscripts
Harshavardhana ab7d3cd508
fix: Speed up multi-object delete by taking bulk locks (#8974)
Change distributed locking to allow taking bulk locks
across objects, reduces usually 1000 calls to 1.

Also allows for situations where multiple clients sends
delete requests to objects with following names

```
{1,2,3,4,5}
```

```
{5,4,3,2,1}
```

will block and ensure that we do not fail the request
on each other.
2020-02-21 11:29:57 +05:30
..
checkdeps.sh Migrate to go1.13 to avail all new features (#8203) 2019-09-08 16:44:15 -07:00
cross-compile.sh fix: cross platform builds update simdjson-go (#9005) 2020-02-16 08:37:27 -08:00
gateway-tests.sh enable minio-java mint tests (#8990) 2020-02-13 11:46:42 -08:00
gen-ldflags.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
race.sh lock: improve locker initialization at init (#8776) 2020-01-10 02:35:06 -08:00
verify-build.sh Enable build verification with race (#8583) 2019-12-02 15:54:26 -08:00
verify-healing.sh fix: Speed up multi-object delete by taking bulk locks (#8974) 2020-02-21 11:29:57 +05:30