mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
update description (#2833)
This commit is contained in:
parent
30b406a713
commit
93742a01a7
@ -362,7 +362,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
* [parsefields](https://github.com/MonaxGT/parsefields) - Tools for parse JSON-like logs for collecting unique fields and events.
|
* [parsefields](https://github.com/MonaxGT/parsefields) - Tools for parse JSON-like logs for collecting unique fields and events.
|
||||||
* [pipeline](https://github.com/hyfather/pipeline) - An implementation of pipelines with fan-in and fan-out.
|
* [pipeline](https://github.com/hyfather/pipeline) - An implementation of pipelines with fan-in and fan-out.
|
||||||
* [ptrie](https://github.com/viant/ptrie) - An implementation of prefix tree.
|
* [ptrie](https://github.com/viant/ptrie) - An implementation of prefix tree.
|
||||||
* [remember-go](https://github.com/rocketlaunchr/remember-go) - A universal interface for caching data (redis, memory, memcached etc).
|
* [remember-go](https://github.com/rocketlaunchr/remember-go) - A universal interface for caching slow database queries (backed by redis, memcached, ristretto, or in-memory).
|
||||||
* [ring](https://github.com/TheTannerRyan/ring) - Go implementation of a high performance, thread safe bloom filter.
|
* [ring](https://github.com/TheTannerRyan/ring) - Go implementation of a high performance, thread safe bloom filter.
|
||||||
* [roaring](https://github.com/RoaringBitmap/roaring) - Go package implementing compressed bitsets.
|
* [roaring](https://github.com/RoaringBitmap/roaring) - Go package implementing compressed bitsets.
|
||||||
* [set](https://github.com/StudioSol/set) - Simple set data structure implementation in Go using LinkedHashMap.
|
* [set](https://github.com/StudioSol/set) - Simple set data structure implementation in Go using LinkedHashMap.
|
||||||
@ -1379,7 +1379,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
|||||||
* [assocentity](https://github.com/ndabAP/assocentity) - Package assocentity returns the average distance from words to a given entity.
|
* [assocentity](https://github.com/ndabAP/assocentity) - Package assocentity returns the average distance from words to a given entity.
|
||||||
* [bradleyterry](https://github.com/seanhagen/bradleyterry) - Provides a Bradley-Terry Model for pairwise comparisons.
|
* [bradleyterry](https://github.com/seanhagen/bradleyterry) - Provides a Bradley-Terry Model for pairwise comparisons.
|
||||||
* [chart](https://github.com/vdobler/chart) - Simple Chart Plotting library for Go. Supports many graphs types.
|
* [chart](https://github.com/vdobler/chart) - Simple Chart Plotting library for Go. Supports many graphs types.
|
||||||
* [dataframe-go](https://github.com/rocketlaunchr/dataframe-go) - Dataframes for Go for machine-learning and statistics (similar to pandas).
|
* [dataframe-go](https://github.com/rocketlaunchr/dataframe-go) - Dataframes for machine-learning and statistics (similar to pandas).
|
||||||
* [evaler](https://github.com/soniah/evaler) - Simple floating point arithmetic expression evaluator.
|
* [evaler](https://github.com/soniah/evaler) - Simple floating point arithmetic expression evaluator.
|
||||||
* [ewma](https://github.com/VividCortex/ewma) - Exponentially-weighted moving averages.
|
* [ewma](https://github.com/VividCortex/ewma) - Exponentially-weighted moving averages.
|
||||||
* [geom](https://github.com/skelterjohn/geom) - 2D geometry for golang.
|
* [geom](https://github.com/skelterjohn/geom) - 2D geometry for golang.
|
||||||
|
Loading…
Reference in New Issue
Block a user