sortedset

An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing (by wangjia184)

Sortedset Alternatives

Similar projects and alternatives to sortedset

  • Goyave

    🍐 Elegant Golang REST API Framework (v5 release candidate available)

  • rest

    Web services with OpenAPI and JSON Schema done quick in Go (by swaggest)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better sortedset alternative or higher similarity.

sortedset reviews and mentions

Posts with mentions or reviews of sortedset. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-11.
  • Correct path for REST API development (help)
    3 projects | /r/golang | 11 Feb 2021
    If you want a particular horror story, the comments service uses an implementation of a sorted set (https://github.com/wangjia184/sortedset), and creates a wrapper which basically implements an in-memory interface identical to redis ZRANGE/ZREVRANGE that lists comments in ascending/descending order. The main issue is that the sorted set implementation is 1-based, and I missed some edge cases which resulted various issues like duplicated results, or being able to paginate results beyond the size of the set. Everything was unit tested, but you know, tests only tell you that something works for that particular set of inputs ;)... even this isn't much of a horror story, it's basically just a bug that was detected after many months of production use.

Stats

Basic sortedset repo stats
1
142
0.0
about 1 year ago

wangjia184/sortedset is an open source project licensed under BSD 2-clause "Simplified" License which is an OSI approved license.

The primary programming language of sortedset is Go.

Popular Comparisons


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com