cloudwego / shmipc-goLinks
A high performance inter-process communication golang library developed by CloudWeGo
☆469Updated 9 months ago
Alternatives and similar repositories for shmipc-go
Users that are interested in shmipc-go are comparing it to the libraries listed below
Sorting:
- Dynamically and efficiently operate RPC data for Go☆169Updated this week
- lockfree queue☆460Updated last year
- Generic Container and Algorithm Library for Go☆344Updated last year
- Provides easy-to-use async IO interface with io_uring☆655Updated last year
- A high-performance IPC solution that is suitable for production environments based on shared memory IPC.☆150Updated last year
- A very fast dynamic Thrift serializer & deserializer.☆127Updated last month
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆270Updated 6 months 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.☆260Updated 2 years ago
- unbounded chan☆453Updated last year
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Updated 3 years ago
- An implementation of thrift compiler in go language.☆286Updated last month
- goev is a lightweight, concise i/o event demultiplexer implementation in Go☆193Updated last year
- Service Reliability Algorithm☆212Updated this week
- lock-free queue and other implementations☆129Updated last year
- Patch all Go functions for testing☆259Updated last year
- 🔥gg is a basic library of generics for Go language developed by ByteDance. It is based on the Go 1.18+ generic features and provides eff…☆210Updated this week
- a funny library to hook golang function at runtime☆545Updated last year
- High-performance timer implementation based on 5-level time wheel. 高性能定时器(5级时间轮,最小堆)[从零实现]☆285Updated 7 months ago
- Go语言猴子补丁框架☆129Updated last year
- 🦄【轻量级本地内存缓存】🤏代码少于300行⌚️30s接入🚀高性能、极简设计、并发安全🌈支持LRU 和 LRU-2模式 🦖支持分布式一致性 [ecache] Extremely easy, ultra fast, concurrency-safe and suppo…☆260Updated 2 months ago
- Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.☆119Updated 2 years ago
- Fundamental Building Block for Elastic Storage With Strong Consistency and Reliability☆210Updated 3 years ago
- The Golang auto-instrument Agent for Apache SkyWalking, which provides the native tracing/metrics/logging abilities for Golang projects.☆334Updated 2 weeks ago
- A faster Protobuf serializer & deserializer.☆98Updated 11 months ago
- 🔥 pgcacher is used to get page cache stats for files on Linux. ( 分析 page cache 缓存了哪些文件,文件在 page cache 的缓存占比)