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
- Host: GitHub
- URL: https://github.com/yunginnanet/common
- Owner: yunginnanet
- License: other
- Created: 2022-03-12T03:53:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-10-09T10:05:37.000Z (4 months ago)
- Last Synced: 2025-10-22T07:44:58.077Z (3 months ago)
- Topics: buffer-management, buffer-pool, concurrency, entropy, linked-list, pool, prng, splitmix64
- Language: Go
- Homepage: https://git.tcp.direct/kayos/common
- Size: 317 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# common
[](https://pkg.go.dev/github.com/yunginnanet/common) [](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++.