xiaonanln / go-lockfree-queue
Lock free queue in golang
☆11Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for go-lockfree-queue
- An efficient memset implementation for Golang.☆32Updated 5 years ago
- Storing strings without GC overhead☆82Updated 4 years ago
- Highly concurrent drop-in replacement for bufio.Writer☆55Updated 7 years ago
- Move to: https://github.com/templexxx/xorsimd☆27Updated 4 years ago
- A command line utility for interacting with SysV-style shared memory segments, written in Golang. [Linux Only]☆41Updated 4 years ago
- Package poller provides level triggered readiness notification and reliable closing of file descriptors.☆39Updated 4 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆56Updated 5 years ago
- Fast and efficient data reconstruction Erasure code, saving about 30% I/O in reconstruction☆61Updated 4 years ago
- Implementation of the CRUSH Algorithm in Go☆31Updated 4 years ago
- Thread-safe concurrent maps for go.☆26Updated 5 years ago
- simple data streams for go☆31Updated 2 years ago
- The fastest way to xor bytes in Go☆72Updated 3 years ago
- go regexp with RE2 DFA matcher port - golang.org/cl/12081☆37Updated 8 years ago
- A QUIC transport for mangos (scalability protocols) written in pure Go☆24Updated 6 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆44Updated 2 years ago
- A hopefully fast symbol table (string <=> integer sequence number)☆16Updated 3 years ago
- A fast binary log for Go applications☆25Updated last year
- Memory store like map[string]interface{} with better performance when reuse memory☆18Updated 2 years ago
- Package tcpinfo implements encoding and decoding of TCP-level socket options regarding connection information☆39Updated 3 years ago
- Write-ahead log in Golang