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>
☆47Nov 29, 2022Updated 3 years ago
Alternatives and similar repositories for go-left-right
Users that are interested in go-left-right are comparing it to the libraries listed below
Sorting:
- A race detector for Golang☆12Jan 16, 2020Updated 6 years ago
- Package for getting the runtime ID of a goroutine☆50Oct 4, 2025Updated 4 months ago
- Package splice wraps the splice system call.☆17Mar 1, 2021Updated 5 years ago
- an encrypted UDP connection between two peers using QUIC☆28May 7, 2024Updated last year
- Measure the overheads of various observability tools, especially profilers.☆14Jan 10, 2022Updated 4 years ago
- Object file abstractions in Go☆31Apr 10, 2024Updated last year
- Experimental go stack unwinding using frame pointers.☆31Jan 27, 2023Updated 3 years ago
- Type-safe atomic values for Go☆19Dec 2, 2023Updated 2 years ago
- A yaml-based SQL planner test framework☆27Dec 18, 2024Updated last year
- Off heap golang memory pool☆60Jul 29, 2021Updated 4 years ago
- Go immutable, versioned, diffable map implementation of Merkle Search Trees☆46Dec 15, 2025Updated 2 months ago
- automate Go compiler comparisons☆24May 23, 2023Updated 2 years ago
- Listen to a Redis PubSub channel and then rebroadcast it over Server-Sent Events (SSE).☆13Apr 8, 2025Updated 10 months ago
- A Go implementation of Rust's evmap which optimizes for high-read, low-write workloads and uses eventual consistency to ensure that reade…☆10Aug 21, 2022Updated 3 years ago
- Generic data structures in Go☆12May 26, 2022Updated 3 years ago
- 0-RTT network protocol optimized for P2P transfers.☆25Aug 31, 2025Updated 6 months ago
- Testing effects of the Go CPU profiler on microbenchmarks☆13Aug 31, 2022Updated 3 years ago
- Golang like WaitGroup implementation for sync/async Rust, support no_std environment.☆37Oct 6, 2024Updated last year
- Go sync utility functions using generics☆15Apr 19, 2022Updated 3 years ago
- RocksDB/LevelDB inspired key-value database in Go☆10Nov 3, 2020Updated 5 years ago
- Go allocation trace utilities☆15Jan 8, 2021Updated 5 years ago
- Halia is a component-based network application framework for rapid development of maintainable high-performance servers and clients.☆10Jul 17, 2025Updated 7 months ago
- a thread-safe concurrent map for go☆48Jun 30, 2024Updated last year
- A buffer pool file I/O library for Go☆55Feb 7, 2022Updated 4 years ago
- 🌈 golang grpc load balance scheduler☆13May 9, 2019Updated 6 years ago
- HeapMap/PriorityMap in Go☆13Dec 14, 2023Updated 2 years ago
- A sample Istio WebAssembly plugin for rate limiting.☆15May 9, 2022Updated 3 years ago
- async kafka client in pure Rust☆17Mar 22, 2024Updated last year
- Full-duplex SPI transactions from the command line.☆16Oct 8, 2023Updated 2 years ago
- compare perfomance for GO and C udp packet per second speed (linux only)☆13Jan 26, 2016Updated 10 years ago
- GO Fast xorshift* and xorshift+ implementation☆16May 2, 2020Updated 5 years ago
- kata 安全容器相关笔记,原理实战,开发进阶☆33Feb 25, 2024Updated 2 years ago
- 3百万QPS benchmark测试☆35May 31, 2023Updated 2 years ago
- A portable zero-copy I/O implement base on mmap for golang.☆15Mar 26, 2021Updated 4 years ago
- Library for parsing ELF files written in pure Go.☆31Jun 2, 2023Updated 2 years ago
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆264Apr 2, 2023Updated 2 years ago
- Interface for mmap syscall to provide safe and efficient access to memory☆70Dec 20, 2025Updated 2 months ago
- Go Vet-style linter to find incorrect uses of reflect.SliceHeader and reflect.StringHeader, and unsafe casts between structs with archite…☆43Nov 28, 2022Updated 3 years ago
- 笔记类,包括mysql, php, nginx, linux, go, python, 算法等等☆17Mar 23, 2021Updated 4 years ago