An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

        

# sapphi-red/sortedmap [![Go Reference](https://pkg.go.dev/badge/github.com/sapphi-red/sortedmap.svg)](https://pkg.go.dev/github.com/sapphi-red/sortedmap) [![CI](https://github.com/sapphi-red/midec/actions/workflows/main.yaml/badge.svg)](https://github.com/sapphi-red/midec/actions/workflows/main.yaml)

A simple sorted array (set, map) implementation with generics support.