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

https://github.com/yunginnanet/common

common golang stuff with full coverage testing. buffer pools, optimized entropy, locking container/list, others
https://github.com/yunginnanet/common

buffer-management buffer-pool concurrency entropy linked-list pool prng splitmix64

Last synced: 21 days ago
JSON representation

common golang stuff with full coverage testing. buffer pools, optimized entropy, locking container/list, others

Awesome Lists containing this project

README

          

# common
[![GoDoc](https://godoc.org/github.com/yunginnanet/common?status.svg)](https://pkg.go.dev/github.com/yunginnanet/common) [![codecov](https://codecov.io/gh/yunginnanet/common/branch/main/graph/badge.svg?token=vk5frSGqhq)](https://codecov.io/gh/yunginnanet/common)

Welcome to things. Here are some of the aforementioned:

* [common](https://pkg.go.dev/github.com/yunginnanet/common)

* [hash](https://pkg.go.dev/github.com/yunginnanet/common/hash)

* [linux](https://pkg.go.dev/github.com/yunginnanet/common/linux)

* [squish](https://pkg.go.dev/github.com/yunginnanet/common/squish)

* [entropy](https://pkg.go.dev/github.com/yunginnanet/common/entropy)

* [pool](https://pkg.go.dev/github.com/yunginnanet/common/pool)

---

### Dependencies

[skeeto](https://github.com/skeeto)'s amazing [RNG](https://github.com/skeeto/rng-go) for optimized [entropy](https://pkg.go.dev/github.com/yunginnanet/common/entropy) is the sole dependency save for stdlib++.