https://github.com/sapphi-red/sortedmap
golang implementation of sorted array(set, map)
https://github.com/sapphi-red/sortedmap
Last synced: 2 months ago
JSON representation
golang implementation of sorted array(set, map)
- Host: GitHub
- URL: https://github.com/sapphi-red/sortedmap
- Owner: sapphi-red
- License: mit
- Created: 2022-07-08T09:09:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-29T11:00:58.000Z (almost 3 years ago)
- Last Synced: 2025-01-25T05:11:38.866Z (4 months ago)
- Language: Go
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sapphi-red/sortedmap [](https://pkg.go.dev/github.com/sapphi-red/sortedmap) [](https://github.com/sapphi-red/midec/actions/workflows/main.yaml)
A simple sorted array (set, map) implementation with generics support.