Go-Utils

Some parallel and less known but good data structure (by G-M-twostay)

Go-Utils Alternatives

Similar projects and alternatives to Go-Utils

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Go-Utils alternative or higher similarity.

Go-Utils reviews and mentions

Posts with mentions or reviews of Go-Utils. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-13.
  • A fast HashSet implementation
    3 projects | /r/golang | 13 Feb 2023
    HashSet is a hash set implementation based on the open-addressing algorithm hopscotch hashing. The motivation for using HashSet[E comparable] over using type Set[E comparable] map[E]struct{} is mainly due to the improved speed and memory usages. It uses internal hash functions exported from runtime. Originally, I used hash/maphash, but this proved to be very slow(at least on my end) compared to the private hash functions used by native map in package runtime.
  • Fast Concurrent HashMap Implementation(s)
    1 project | /r/golang | 8 Jan 2023

Stats

Basic Go-Utils repo stats
2
15
0.0
about 1 year ago

G-M-twostay/Go-Utils is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of Go-Utils is Go.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com