Go lock-free

Open-source Go projects categorized as lock-free

Top 5 Go lock-free Projects

  • hashmap

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

    Project mention: SwissMap: A smaller, faster Golang Hash Table | news.ycombinator.com | 2023-03-31

    I generally just use this one: https://github.com/cornelk/hashmap

    Mostly in that it also gives me lock free performance, which cleans up a lot of defers.

  • haxmap

    Fastest and most memory efficient golang concurrent hashmap

    Project mention: hash/maphash is slow | /r/golang | 2023-02-12

    It depends on the architecture like amd64 it’s naturally fast but for amd and the rest is kinda of slow because Go uses AES hashing algorithm upcoming they’re planning to change the hashing alg either xxhash or swisstable I recommend you use 3rd party maphash like https://github.com/alphadose/haxmap or any

  • Onboard AI

    Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.

  • ZenQ

    A thread-safe queue faster and more resource efficient than golang's native channels

  • garr

    Collection of high performance, thread-safe, lock-free go data structures

  • itogami

    Fastest and most efficient goroutine pool (experimental)

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-03-31.

Go lock-free related posts

Index

What are some of the best open-source lock-free projects in Go? This list will help you:

Project Stars
1 hashmap 1,642
2 haxmap 792
3 ZenQ 621
4 garr 366
5 itogami 128
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com