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 21e82bb2b5 more set tests, started writing slice stuff 2 years ago
.gitignore set: mostly done first version 2 years ago
LICENSE set: mostly done first version 2 years ago
README.md more set tests, started writing slice stuff 2 years ago
go.mod set: mostly done first version 2 years ago
go.sum set: mostly done first version 2 years ago
predicate.go more set tests, started writing slice stuff 2 years ago
set.go more set tests, started writing slice stuff 2 years ago
set_test.go more set tests, started writing slice stuff 2 years ago
slice.go more set tests, started writing slice stuff 2 years ago
slice_test.go more set tests, started writing slice stuff 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 allocations.

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