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
- 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
- Zero-allocation type-safe pool for Go☆236Updated 2 years ago
- ☆248Updated this week
- Go assembly transpiler for C programming language☆98Updated 3 weeks ago
- A fast, disk-based BTree package with an extensive easy-to-use API optimized for large keys with many values.☆90Updated 8 months ago
- A collaborative text editor using CRDTs and WebSockets. Lightweight, easy-to-setup.☆128Updated 2 years ago
- Go utility library for convenient looping using Go's range-over-func feature☆19Updated 2 months ago
- ☆158Updated last year
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆214Updated 11 months ago
- 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
- Fast selection algorithms for Go☆247Updated 8 months ago
- A fast file-based priority queue☆58Updated last year
- Experimental packages not in std and golang.org/exp☆79Updated 7 months ago
- Interactive visualization of a Go package's dependency graph☆107Updated 6 months ago
- A high-performance rate limiter library for Go applications☆155Updated last week
- ☆122Updated 2 years ago
- The AriaSQL relational database management system.☆214Updated 11 months ago
- Performance related examples for Go☆29Updated 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…☆162Updated last year
- SIMD implementation in Go☆160Updated 2 months ago
- All-in-one go testing library☆415Updated last month
- A zero-dependency generic in-memory cache Go library☆125Updated 8 months ago
- My Go solutions to the One Billion Row Challenge☆81Updated last year
- A Lightweight, Pragmatic Command Bus Library for Go, designed to enhance developer experience and productivity.☆56Updated 10 months ago
- Basic Markdown parser and HTML generator☆111Updated 8 months ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆139Updated 2 years ago
- B-tree implementation for Go☆239Updated 3 years ago