lxzan / daoLinks
Simple and high-performance data structures and algorithms library
☆59Updated last month
Alternatives and similar repositories for dao
Users that are interested in dao are comparing it to the libraries listed below
Sorting:
- minimalist in-memory kv storage, powered by hashmap and minimal quad heap.☆51Updated last year
- a simple netpoll implemented using go☆78Updated 2 years ago
- pcopy是深度拷贝库,相比上个版本(v0.0.10),性能提升4-10倍☆94Updated 4 months ago
- Experimental packages not in std and golang.org/exp☆79Updated 7 months ago
- ☆99Updated 2 years ago
- a simple fsm for Go☆51Updated 3 years ago
- 🗃 Generic cache use and cache manage. Provide a unified usage API by packaging various commonly used drivers. Support File, Memory, Red…☆198Updated last week
- a thread-safe concurrent map for go☆49Updated last year
- A generics based dependency injection application framework for Go, supporting aspect oriented programming based on interceptors☆186Updated this week
- ☆143Updated 3 months ago
- websocket benchmark tool☆24Updated last year
- goev is a lightweight, concise i/o event demultiplexer implementation in Go☆195Updated last year
- 通用型任务队列, 带并发控制和故障恢复☆24Updated last year
- go-optioner is a tool for generating functional options pattern in Go code. This tool can automatically generate corresponding options co…☆66Updated last year
- A faster Protobuf serializer & deserializer.☆99Updated last year
- 高性能websocket库, Callback写法,在高频cpu上有不俗表现 https://github.com/antlabs/quickws-example☆103Updated last year
- ☆23Updated 3 years ago
- High-performance timer implementation based on 5-level time wheel. 高性能定时器(5级时间轮,最小堆)[从零实现]☆286Updated 8 months ago
- 100w连接仅需500-700MB内存,针对海量连接特别优化的websocket库(kqueue, epoll),高性能,callback写法,在服务器cpu上有不俗表现 https://github.com/antlabs/greatws-example☆85Updated last month
- Deep copy things☆26Updated 2 years ago
- lock-free queue and other implementations☆129Updated last year
- A Rust-inspired declarative-programming and generic-type module for Golang that helps avoid bugs and improve development efficiency.☆121Updated last month
- A in-process MapReduce library to help you optimizing service response time or concurrent task processing.☆173Updated last year
- HeapMap/PriorityMap in Go