add jfcg/sorty (#2906)

* add jfcg/sorty

* put sorty under Utilities
This commit is contained in:
Serhat Şevki Dinçer 2020-03-17 03:14:03 +03:00 committed by GitHub
parent 0b54f48bb7
commit da4a52c7f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1903,6 +1903,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [slice](https://github.com/psampaz/slice) - Type-safe functions for common Go slice operations.
* [sliceconv](https://github.com/Henry-Sarabia/sliceconv) - Slice conversion between primitive types.
* [slicer](https://github.com/leaanthony/slicer) - Makes working with slices easier.
* [sorty](https://github.com/jfcg/sorty) - Fast Concurrent / Parallel Sorting.
* [spinner](https://github.com/briandowns/spinner) - Go package to easily provide a terminal spinner with options.
* [sqlx](https://github.com/jmoiron/sqlx) - provides a set of extensions on top of the excellent built-in database/sql package.
* [Storm](https://github.com/asdine/storm) - Simple and powerful toolkit for BoltDB.