kelindar / bitmapLinks
Simple dense bitmap index in Go with binary operators
☆372Updated 6 months ago
Alternatives and similar repositories for bitmap
Users that are interested in bitmap are comparing it to the libraries listed below
Sorting:
- Write ahead log for Go.☆699Updated 4 months ago
- XXH3 algorithm in Go☆513Updated 5 months ago
- Adaptive Radix Trees implemented in Go☆410Updated last month
- ☆259Updated last month
- Go package porting the standard hashing algorithms to a more efficient implementation.☆294Updated last year
- Serialized Roaring Bitmaps☆278Updated 2 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- ☆123Updated 2 years ago
- Fast, fully fledged murmur3 in Go.☆347Updated 2 years ago
- Fast, zero heap allocation Go Trie for runes or paths☆497Updated last year
- Go port of Google's Swiss Table hash table☆466Updated 2 weeks ago
- A Go library implementing a FST (finite state transducer)☆213Updated last year
- High Availability Raft Framework for Go☆659Updated 3 weeks ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆294Updated 2 years ago
- go wrapper for zstd☆470Updated last month
- ⚡️ lock-free utilities in Go☆163Updated last year
- Optimized functions for Go using SIMD☆192Updated 5 years ago
- Synchronization and asynchronous computation package for Go☆285Updated 2 weeks ago
- A thread-safe queue faster and more resource efficient than golang's native channels☆692Updated last year
- Fast ring-buffer deque (double-ended queue)☆747Updated 2 months ago
- Zero-allocation type-safe pool for Go☆251Updated 2 years ago
- Diodes are ring buffers manipulated via atomics.☆490Updated 3 weeks ago
- The `io_uring` library and runtime for GO☆156Updated 8 months ago
- Fast, high quality alternative to math/rand and golang.org/x/exp/rand☆240Updated last year
- Go concurrent-safe, goroutine-safe, thread-safe queue☆434Updated 2 years 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…☆163Updated 2 years ago
- Golang port of Abseil's SwissTable☆829Updated 10 months ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆613Updated 9 months ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- Pure Golang PostgreSQL (SQL:2011, SQL:2008, SQL:2003, SQL:1999, and SQL-92 Standard) Parser☆312Updated last year