nikolaydubina / go-hackers-delightLinks
"Hacker's Delight" in Go
☆104Updated 6 months ago
Alternatives and similar repositories for go-hackers-delight
Users that are interested in go-hackers-delight are comparing it to the libraries listed below
Sorting:
- ☆122Updated 2 years ago
- A fast, disk-based BTree package with an extensive easy-to-use API optimized for large keys with many values.☆89Updated 8 months ago
- A fast file-based priority queue☆58Updated last year
- Zero-allocation type-safe pool for Go☆237Updated 2 years ago
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆104Updated 7 months ago
- UringNet is a lightweight and high performance network I/O framework. . The foundation of UringNet is io_uring - a new async IO interface☆123Updated last year
- A collaborative text editor using CRDTs and WebSockets. Lightweight, easy-to-setup.☆130Updated 2 years ago
- Interactive visualization of a Go package's dependency graph☆109Updated last week
- ☆249Updated last week
- ☆159Updated last year
- Single producer and multi-reader lockless ring buffer in go using generics from the go 1.18.x release. It is significantly faster than ch…☆163Updated last year
- Basic Markdown parser and HTML generator☆113Updated 9 months ago
- A comparison of the top logging libraries for Go☆49Updated last week
- Performance related examples for Go☆29Updated last year
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- An easy-to-use Map Reduce Go parallel-computing framework inspired by 2021 6.824 lab1. It supports multiple workers threads on a single m…☆225Updated last year
- Go utility library for convenient looping using Go's range-over-func feature☆22Updated 2 months ago
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆218Updated last year
- A high-performance, thread-safe generic concurrent hash map implementation with Swiss Map.☆247Updated 9 months ago
- Go assembly transpiler for C programming language☆103Updated 2 weeks ago
- some data structures and algorithms using golang☆69Updated last year
- A high-performance rate limiter library for Go applications☆155Updated last month
- A high-performance, high precision, zero allocation fixed-point decimal library for financial applications☆151Updated 2 months ago
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆373Updated last year
- Easy and intuitive Go Benchmark Results Viewer.☆71Updated 3 years ago
- B-tree implementation for Go☆239Updated 3 years ago
- My Go solutions to the One Billion Row Challenge☆82Updated last year
- The AriaSQL relational database management system.☆215Updated 11 months ago
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆137Updated 4 months ago
- A Lightweight, Pragmatic Command Bus Library for Go, designed to enhance developer experience and productivity. The test coverage is 100%…