Menu

gitpiper

GitHub - linvon/cuckoo-filter: Cuckoo Filter go implement, better than Bloom Filter, configurable and space optimized 布谷鸟过滤器的Go实现,优于布隆过滤器,可以定制化过滤器参数,并进行了空间优化

Cuckoo Filter go implement, better than Bloom Filter, configurable and space optimized 布谷鸟过滤器的Go实现,优于布隆过滤器,可以定制化过滤器参数,并进行了空间优化 - GitHub - linvon/cuckoo-filter: Cuckoo Filter go implement, better t...

GitHub - linvon/cuckoo-filter: Cuckoo Filter go implement, better than Bloom Filter, configurable and space optimized 布谷鸟过滤器的Go实现,优于布隆过滤器,可以定制化过滤器参数,并进行了空间优化

Loading Stats

Last Updated: 13 August 2025

Loading Readme


69 Projects and apps Similar to "GitHub - linvon/cuckoo-filter: Cuckoo Filter go implement, better than Bloom Filter, configurable and space optimized 布谷鸟过滤器的Go实现,优于布隆过滤器,可以定制化过滤器参数,并进行了空间优化" in August 2025

  • GitHub - shady831213/algorithms: CLRS study. Codes are written with golang.

    Clrs study codes are written with golang contribute to shady831213 algorithms development by creating an account on git hub

  • GitHub - zhuangsirui/binpacker: A binary stream packer and unpacker

    A binary stream packer and unpacker contribute to zhuangsirui binpacker development by creating an account on git hub

  • GitHub - yourbasic/bit: Bitset data structure

    Bitset data structure contribute to yourbasic bit development by creating an account on git hub

  • GitHub - kelindar/bitmap: Simple dense bitmap index in Go with binary operators

    Simple dense bitmap index in go with binary operators git hub kelindar bitmap simple dense bitmap index in go with binary operators

  • GitHub - bits-and-blooms/bitset: Go package implementing bitsets

    Go package implementing bitsets contribute to bits and blooms bitset development by creating an account on git hub

  • GitHub - zentures/bloom: Bloom filters implemented in Go.

    Bloom filters implemented in go contribute to zentures bloom development by creating an account on git hub

  • GitHub - yourbasic/bloom: Probabilistic set data structure

    Probabilistic set data structure contribute to yourbasic bloom development by creating an account on git hub

  • GitHub - OldPanda/bloomfilter: Yet another Bloomfilter implementation in Go, compatible with Java’s Guava library

    Yet another bloomfilter implementation in go compatible with java 39 s guava library git hub old panda bloomfilter yet another bloomfilter implementation in go compatible with java 39 s guav

  • GitHub - tylertreat/BoomFilters: Probabilistic data structures for processing continuous, unbounded streams.

    Probabilistic data structures for processing continuous unbounded streams git hub tylertreat boom filters probabilistic data structures for processing continuous unbounded streams

  • GitHub - lrita/cmap: a thread-safe concurrent map for go

    A thread safe concurrent map for go contribute to lrita cmap development by creating an account on git hub

  • GitHub - free/concurrent-writer: Highly concurrent drop-in replacement for bufio.Writer

    Highly concurrent drop in replacement for bufio writer git hub free concurrent writer highly concurrent drop in replacement for bufio writer

  • GitHub - InVisionApp/conjungo: A small flexible merge library in go

    A small flexible merge library in go contribute to in vision app conjungo development by creating an account on git hub

  • GitHub - seiflotfy/count-min-log: Go implementation of Count-Min-Log

    Go implementation of count min log contribute to seiflotfy count min log development by creating an account on git hub

  • GitHub - superwhiskers/crunch: take bytes out of things easily ✨🍪

    Take bytes out of things easily contribute to superwhiskers crunch development by creating an account on git hub

  • GitHub - seiflotfy/cuckoofilter: Cuckoo Filter: Practically Better Than Bloom

    Cuckoo filter practically better than bloom contribute to seiflotfy cuckoofilter development by creating an account on git hub

  • GitHub - edwingeng/deque: A highly optimized double-ended queue

    A highly optimized double ended queue contribute to edwingeng deque development by creating an account on git hub

  • GitHub - gammazero/deque: Fast ring-buffer deque (double-ended queue)

    Fast ring buffer deque double ended queue contribute to gammazero deque development by creating an account on git hub

  • GitHub - srfrog/dict: Python-like dictionaries for Go

    Python like dictionaries for go contribute to srfrog dict development by creating an account on git hub

  • GitHub - ihebu/dsu: Disjoint Set data structure implementation in Go

    Disjoint set data structure implementation in go contribute to ihebu dsu development by creating an account on git hub

  • GitHub - zentures/encoding: Integer Compression Libraries for Go

    Integer compression libraries for go contribute to zentures encoding development by creating an account on git hub

  • GitHub - cocoonspace/fsm: Finite State Machine package in Go

    Finite state machine package in go contribute to cocoonspace fsm development by creating an account on git hub

  • GitHub - ulovecode/gdcache: gdcache is a pure non-intrusive cache library implemented by golang, you can use it to implement your own cache.

    Gdcache is a pure non intrusive cache library implemented by golang you can use it to implement your own cache git hub ulovecode gdcache gdcache is a pure non intrusive cache library implemen

  • GitHub - plar/go-adaptive-radix-tree: Adaptive Radix Trees implemented in Go

    Adaptive radix trees implemented in go contribute to plar go adaptive radix tree development by creating an account on git hub

  • GitHub - Workiva/go-datastructures: A collection of useful, performant, and threadsafe Go datastructures.

    A collection of useful performant and threadsafe go datastructures git hub workiva go datastructures a collection of useful performant and threadsafe go datastructures

  • GitHub - hbollon/go-edlib: 📚 String comparison and edit distance algorithms library, featuring : Levenshtein, LCS, Hamming, Damerau levenshtein (OSA and Adjacent transpositions algorithms), Jaro-Winkler, Cosine, etc...

    String comparison and edit distance algorithms library featuring levenshtein lcs hamming damerau levenshtein osa and adjacent transpositions algorithms jaro winkler cosine etc git

  • GitHub - amallia/go-ef: A Go implementation of the Elias-Fano encoding

    A go implementation of the elias fano encoding contribute to amallia go ef development by creating an account on git hub

  • GitHub - hailocab/go-geoindex: Go native library for fast point tracking and K-Nearest queries

    Go native library for fast point tracking and k nearest queries git hub hailocab go geoindex go native library for fast point tracking and k nearest queries

  • GitHub - OrlovEvgeny/go-mcache: Fast in-memory key:value store/cache with TTL

    Fast in memory key value store cache with ttl contribute to orlov evgeny go mcache development by creating an account on git hub

  • GitHub - arl/go-rquad: State of the art point location and neighbour finding algorithms for region quadtrees, in Go

    Pushpin state of the art point location and neighbour finding algorithms for region quadtrees in go git hub arl go rquad state of the art point location and neighbour finding algorithms for

  • GitHub - eko/gocache: ☔️ A complete Go cache library that brings you multiple ways of managing your caches

    A complete go cache library that brings you multiple ways of managing your caches git hub eko gocache a complete go cache library that brings you multiple ways of managing your caches

  • GitHub - enriquebris/goconcurrentqueue: Go concurrent-safe, goroutine-safe, thread-safe queue

    Go concurrent safe goroutine safe thread safe queue git hub enriquebris goconcurrentqueue go concurrent safe goroutine safe thread safe queue

  • GitHub - emirpasic/gods: GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet, LinkedHashSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap, LinkedHashMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, Enumerables, Sort, JSON

    Go ds go data structures containers sets lists stacks maps trees sets hash set tree set linked hash set lists array list singly linked list doubly linked list stacks linked list stack arr

  • GitHub - xxjwxc/gofal: fractional api base on golang . golang math tools fractional molecular denominator 分数计算 分子 分母 运算

    Fractional api base on golang golang math tools fractional molecular denominator git hub xxjwxc gofal fractional api base on golang golang math tools fractional molecular deno

  • GitHub - deckarep/golang-set: A simple set type for the Go language. Trusted by Docker, 1Password, Ethereum and Hashicorp.

    A simple set type for the go language trusted by docker 1 password ethereum and hashicorp git hub deckarep golang set a simple set type for the go language trusted by docker 1 password eth

  • GitHub - zoumo/goset: Set is a useful collection but there is no built-in implementation in Go lang.

    Set is a useful collection but there is no built in implementation in go lang git hub zoumo goset set is a useful collection but there is no built in implementation in go lang

  • GitHub - ryszard/goskiplist: A skip list implementation in Go

    A skip list implementation in go contribute to ryszard goskiplist development by creating an account on git hub

Subscribe to our Newsletter

Subscribe to get resources directly to your inbox. You won't receive any spam! ✌️

© 2025 GitPiper. All rights reserved

Rackpiper Technology Inc

Company

About UsBlogContact

Subscribe to our Newsletter

Subscribe to get resources directly to your inbox. You won't receive any spam! ✌️