Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/somefive/xcontainer
https://github.com/somefive/xcontainer
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/somefive/xcontainer
- Owner: Somefive
- Created: 2024-08-01T12:36:05.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T13:49:40.000Z (5 months ago)
- Last Synced: 2024-10-16T10:37:26.328Z (3 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A thread-safe generic library for golang, following the standard `container` lib. Currently, support:
- [PriorityQueue](./queue/priorityqueue_test.go)Examples can be found at the test file.