An open API service indexing awesome lists of open source software.

https://github.com/mxk/go-fast

Go package providing concurrency, time, and rand primitives for improving performance
https://github.com/mxk/go-fast

go golang performance

Last synced: 3 months ago
JSON representation

Go package providing concurrency, time, and rand primitives for improving performance

Awesome Lists containing this project

README

        

fast
====

[![GoDoc](https://godoc.org/github.com/mxk/go-fast?status.svg)](https://godoc.org/github.com/mxk/go-fast)
[![Report card](https://goreportcard.com/badge/github.com/mxk/go-fast)](https://goreportcard.com/report/github.com/mxk/go-fast)

Package fast contains utility functions and types aimed at improving
performance.

```
go get github.com/mxk/go-fast
```