Generic collections to use with Go >1.18
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
RageCage64 337e85e173 finished slice stuff, started queues 2 years ago
.gitignore set: mostly done first version 2 years ago
LICENSE set: mostly done first version 2 years ago
Makefile finished slice stuff, started queues 2 years ago
README.md finished slice stuff, started queues 2 years ago
go.mod set: mostly done first version 2 years ago
go.sum set: mostly done first version 2 years ago
queue.go finished slice stuff, started queues 2 years ago
set.go finished slice stuff, started queues 2 years ago
set_test.go finished slice stuff, started queues 2 years ago
slice.go finished slice stuff, started queues 2 years ago
slice_test.go finished slice stuff, started queues 2 years ago

README.md

collections-go

A dependency-free package of generic Go collection data structures. Compatible with Go 1.18 and above. Strives for the most optimal solutions available with lowest number of heap allocations.

Contributions are not currently open as this project is in active early development.