A Go implementation of the concurrency control algorithm in paper <Left-Right -A Concurrency Control Technique with Wait-Free Population Oblivious Reads>

This page summarizes the projects mentioned and recommended in the original post on /r/golang

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • go-left-right

    A faster RWLock primitive in Go, 2-3 times faster than RWMutex. A Go implementation of concurrency control algorithm in paper <Left-Right - A Concurrency Control Technique with Wait-Free Population Oblivious Reads>

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • hashmap

    A Golang lock-free thread-safe HashMap optimized for fastest read access.

    Would be interesting to compare with https://github.com/cornelk/hashmap

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • dashmap VS scalable-concurrent-containers - a user suggested alternative

    2 projects | 13 Apr 2023
  • SwissMap: A smaller, faster Golang Hash Table

    1 project | news.ycombinator.com | 31 Mar 2023
  • Samsara, a safe Rust concurrent cycle collector

    4 projects | /r/rust | 4 Jan 2023
  • HaxMap, a concurrent hashmap faster and more memory-efficient than golang's sync.Map

    9 projects | /r/golang | 7 Aug 2022
  • Shared mutable state is bad... so how do I create a global cache in a multi-threaded app?

    2 projects | /r/rust | 28 Apr 2022

Did you konow that Go is
the 4th most popular programming language
based on number of metions?