go-utils

module
v0.0.0-...-d31414a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 8, 2020 License: MIT

README

go-utils

A utility library for Go , aims to provide easy to use utilities for developers

  1. The concurrency package simply provides some utilities. Check the corresponding tests for usage examples

  2. The rate limiter package now provides a simple counting rate limiter which works without channel and tickers. This avoids unnecessary ticks even when the system is idle.

  3. The cache package provides a simple LRU cache which can be used to cache data.

  4. The collections package contains the heap datastructure which can be used for heap sort and also provides reference heap impl. Will also add other implementations here.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL