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 7130062799 | 2 years ago | |
---|---|---|
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
queue.go | 2 years ago | |
queue_test.go | 2 years ago | |
set.go | 2 years ago | |
set_test.go | 2 years ago | |
slice.go | 2 years ago | |
slice_test.go | 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.