cloudwego / shmipc-goLinks
A high performance inter-process communication golang library developed by CloudWeGo
☆487Updated 3 weeks ago
Alternatives and similar repositories for shmipc-go
Users that are interested in shmipc-go are comparing it to the libraries listed below
Sorting:
- lockfree queue☆468Updated 2 years ago
- Dynamically and efficiently operate RPC data for Go☆174Updated last week
- Generic Container and Algorithm Library for Go☆344Updated last year
- Provides easy-to-use async IO interface with io_uring☆668Updated last year
- A very fast dynamic Thrift serializer & deserializer.☆128Updated this week
- An implementation of thrift compiler in go language.☆297Updated last month
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Updated 3 years ago
- unbounded chan☆456Updated last year
- A high-performance IPC solution that is suitable for production environments based on shared memory IPC.☆155Updated last year
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆276Updated 9 months ago
- Command line tool for tRPC☆53Updated 3 months ago
- a funny library to hook golang function at runtime☆552Updated 2 years ago
- Service Reliability Algorithm☆224Updated last month
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆263Updated 2 years ago
- goev is a lightweight, concise i/o event demultiplexer implementation in Go☆196Updated 2 years ago
- ☆44Updated last year
- Patch all Go functions for testing☆261Updated last year
- lock-free queue and other implementations☆128Updated 2 years ago
- High-performance networking library written in golang☆47Updated 3 months ago
- Go语言猴子补丁框架☆130Updated 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…☆288Updated 2 months ago
- 字节内推👇🏻☆62Updated last year
- Go heap object reference analysis tool☆959Updated 3 weeks ago
- High-performance timer implementation based on 5-level time wheel. 高性能定时器(5级时间轮,最小堆)[从零实现]☆286Updated 11 months ago
- Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.☆118Updated 2 years ago
- 🦄【轻量级本地内存缓存】🤏代码少于300行⌚️30s接入🚀高性能、极简设计、并发安全🌈支持LRU 和 LRU-2模式 🦖支持分布式一致性 [ecache] Extremely easy, ultra fast, concurrency-safe and suppo…☆263Updated 5 months ago
- 阅读 boltDB 源码后的小结