From e6b96d6ca52e3f58ed048c59c0c2125af2f585ed Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Thu, 27 Nov 2014 13:42:06 +0100 Subject: [PATCH] Added cache2go, regommend & smartcrop. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4a22877..560caaf 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Databases implemented in Go.* * [bolt](https://github.com/boltdb/bolt) - A low-level key/value database for Go. +* [cache2go](https://github.com/muesli/cache2go) - An in-memory key:value cache which supports automatic invalidation based on timeouts. * [diskv](https://github.com/peterbourgon/diskv) - A home-grown disk-backed key-value store. * [go-cache](https://github.com/pmylund/go-cache) - An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications. * [goleveldb](https://github.com/syndtr/goleveldb) - An implementation of the [LevelDB](https://code.google.com/p/leveldb/) key/value database in the Go. @@ -247,6 +248,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [imaging](https://github.com/disintegration/imaging) - Simple Go image processing package. * [resize](https://github.com/nfnt/resize) - Image resizing for the Go with common interpolation methods. * [rez](https://github.com/bamiaux/rez) - Image resizing in pure Go and SIMD. +* [smartcrop](https://github.com/muesli/smartcrop) - Finds good crops for arbitrary images and crop sizes * [svgo](https://github.com/ajstarks/svgo) - Go Language Library for SVG generation. @@ -281,6 +283,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [mlgo](https://code.google.com/p/mlgo/) - This project aims to provide minimalistic machine learning algorithms in Go. * [neural-go](https://github.com/schuyler/neural-go) - A multilayer perceptron network implemented in Go, with training via backpropagation. * [probab](https://code.google.com/p/probab/) - Probability distribution functions. Bayesian inference. Written in pure Go. +* [regommend](https://github.com/muesli/regommend) - Recommendation & collaborative filtering engine * [shield](https://github.com/eaigner/shield) - Bayesian text classifier with flexible tokenizers and storage backends for Go