From 3aebef22b3e6d23dfbf3f3eb5c78c5d8e5ac3231 Mon Sep 17 00:00:00 2001 From: Nikolay Dubina Date: Sun, 7 Mar 2021 00:51:25 +0800 Subject: [PATCH] added go ml benchmarks (#3500) * added go ml benchmarks * Update README.md * Update README.md * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 74194b02..ace1c03b 100644 --- a/README.md +++ b/README.md @@ -2519,6 +2519,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-benchmarks](https://github.com/tylertreat/go-benchmarks) - Few miscellaneous Go microbenchmarks. Compare some language features to alternative approaches. * [go-http-routing-benchmark](https://github.com/julienschmidt/go-http-routing-benchmark) - Go HTTP request router benchmark and comparison. * [go-json-benchmark](https://github.com/zerosnake0/go-json-benchmark) - Go JSON benchmark. +* [go-ml-benchmarks](https://github.com/nikolaydubina/go-ml-benchmarks) - benchmarks for machine learning inference in Go. * [go-web-framework-benchmark](https://github.com/smallnest/go-web-framework-benchmark) - Go web framework benchmark. * [go_serialization_benchmarks](https://github.com/alecthomas/go_serialization_benchmarks) - Benchmarks of Go serialization methods. * [gocostmodel](https://github.com/PuerkitoBio/gocostmodel) - Benchmarks of common basic operations for the Go language.