Generic collections to use with Go >1.18
 
 
Go to file
RageCage64 fdf625a5a7 finishing initial set of tests
.gitignore set: mostly done first version
LICENSE set: mostly done first version
Makefile finished slice stuff, started queues
README.md finished slice stuff, started queues
go.mod set: mostly done first version
go.sum set: mostly done first version
queue.go finishing initial set of tests
queue_test.go finishing initial set of tests
set.go finished slice stuff, started queues
set_test.go finished slice stuff, started queues
slice.go finishing initial set of tests
slice_test.go finishing initial set of tests

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.