SkillAgentSearch skills...

Gringo

High-performance minimalist queue implemented using a stripped-down lock-free ringbuffer, written in Go (golang.org)

Install / Use

/learn @textnode/Gringo
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

This project is no longer maintained - feel free to fork the project!

gringo

A high-performance minimalist queue implemented using a stripped-down lock-free ringbuffer, written in Go (golang.org)

When operating with 2 or more goroutines, GOMAXPROCS >= number of goroutines and sufficient CPU cores to service the goroutines in parallel, this gives approximately 6 times the throughput of an equivalent pipeline built using channels.

Related Skills

View on GitHub
GitHub Stars133
CategoryDevelopment
Updated4d ago
Forks16

Languages

Go

Security Score

80/100

Audited on Mar 23, 2026

No findings