nikolaydubina / go-hackers-delightLinks
"Hacker's Delight" in Go
☆104Updated 5 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:
- ☆121Updated 2 years 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 fast file-based priority queue☆58Updated last year
- ☆246Updated 3 weeks ago
- A fast, disk-based BTree package with an extensive easy-to-use API optimized for large keys with many values.☆90Updated 7 months ago
- Personal fork of Go Wiki https://github.com/golang/wiki☆97Updated 3 months ago
- Go port of Google's Swiss Table hash table☆445Updated last month
- Interactive visualization of a Go package's dependency graph☆106Updated 5 months ago
- Go assembly transpiler for C programming language☆97Updated this week
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆135Updated 2 months ago
- Tiny GPT implemented from scratch in pure Go. Trained on Jules Verne books. Explained.☆194Updated 2 months ago
- Zero-allocation type-safe pool for Go☆236Updated 2 years ago
- ☆159Updated last year
- (educational) build your own disk based KV store in Go☆239Updated last year
- The AriaSQL relational database management system.☆214Updated 10 months ago
- Easy and intuitive Go Benchmark Results Viewer.☆71Updated 2 years ago
- Script engine, especially good for tests☆155Updated last year
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆370Updated last year
- 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
- A tool for monitoring Go's finalizer routine responsiveness☆36Updated 2 weeks ago
- A collaborative text editor using CRDTs and WebSockets. Lightweight, easy-to-setup.☆128Updated 2 years ago
- ⚙️ Configuration library for Go applications☆70Updated 7 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.☆213Updated 11 months ago
- Generic manual memory management for golang☆175Updated 6 months ago
- 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…☆162Updated last year
- A high-performance, thread-safe generic concurrent hash map implementation with Swiss Map.☆246Updated 8 months ago
- Fast selection algorithms for Go☆244Updated 8 months ago
- Tool to visualize the graph of embedded structs in Go projects☆230Updated 11 months ago
- A zero-dependency generic in-memory cache Go library☆125Updated 7 months ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago