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

https://github.com/thomasheller/sortedset

Sorted set implementation in Go
https://github.com/thomasheller/sortedset

Last synced: 2 months ago
JSON representation

Sorted set implementation in Go

Awesome Lists containing this project

README

        

# sortedset

[![Build Status](https://travis-ci.org/thomasheller/sortedset.svg?branch=master)](https://travis-ci.org/thomasheller/sortedset)
[![Go Report Card](https://goreportcard.com/badge/github.com/thomasheller/sortedset)](https://goreportcard.com/report/github.com/thomasheller/sortedset)
[![Coverage Status](https://coveralls.io/repos/github/thomasheller/sortedset/badge.svg?branch=master)](https://coveralls.io/github/thomasheller/sortedset?branch=master)

Sorted set implementation in Go