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
- Host: GitHub
- URL: https://github.com/mxk/go-fast
- Owner: mxk
- License: bsd-3-clause
- Created: 2019-01-21T14:26:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-01T15:38:55.000Z (over 5 years ago)
- Last Synced: 2025-01-06T19:47:44.308Z (5 months ago)
- Topics: go, golang, performance
- Language: Go
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fast
====[](https://godoc.org/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
```