awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
axiomhq avatar

axiomhq/hyperloglog

0
View on GitHub↗
1,038 stele·81 fork-uri·Go·MIT·1 vizualizareaxiom.co↗

Hyperloglog

HyperLogLog with lots of sugar (Sparse, LogLog-Beta bias correction and TailCut space reduction) brought to you by Axiom

Features

  • Data Structures - Space-efficient cardinality estimation with bias correction.

Istoric stele

Graficul istoricului de stele pentru axiomhq/hyperloglogGraficul istoricului de stele pentru axiomhq/hyperloglog

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Hyperloglog

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Hyperloglog.
  • xtaci/algorithmsAvatar xtaci

    xtaci/algorithms

    5,454Vezi pe GitHub↗

    This is a collection of classical algorithms and data structures implemented as a header-only C++ library. It provides a suite of tools for general algorithm implementation, including data structure management, graph theory analysis, and string processing. The library is distinguished by its specialized toolkits for cryptographic hashing and encoding, featuring implementations of MD5, SHA-1, and Base64. It also includes advanced capabilities for high-performance string processing via suffix trees and arrays, as well as computational number theory for primality testing and arbitrary-precision

    C++
    Vezi pe GitHub↗5,454
  • adrianbrad/queueAvatar adrianbrad

    adrianbrad/queue

    357Vezi pe GitHub↗

    ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.

    Go
    Vezi pe GitHub↗357
  • agext/levenshteinAvatar agext

    agext/levenshtein

    92Vezi pe GitHub↗

    Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.

    Go
    Vezi pe GitHub↗92
  • accelerationnet/accessAvatar AccelerationNet

    AccelerationNet/access

    91Vezi pe GitHub↗

    A common lisp library to unify access to common dictionary-like data-structures

    Common Lisp
    Vezi pe GitHub↗91
Vezi toate cele 30 alternative pentru Hyperloglog→

Întrebări frecvente

Ce face axiomhq/hyperloglog?

HyperLogLog with lots of sugar (Sparse, LogLog-Beta bias correction and TailCut space reduction) brought to you by Axiom

Care sunt principalele funcționalități ale axiomhq/hyperloglog?

Principalele funcționalități ale axiomhq/hyperloglog sunt: Data Structures.

Care sunt câteva alternative open-source pentru axiomhq/hyperloglog?

Alternativele open-source pentru axiomhq/hyperloglog includ: xtaci/algorithms — This is a collection of classical algorithms and data structures implemented as a header-only C++ library. It provides… adrianbrad/queue — ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way. agext/levenshtein — Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix. agnivade/levenshtein — Go implementation to calculate Levenshtein Distance. aio-arch/graphlib — Topological sort lib,Sorting and pruning of DAG graphs. accelerationnet/access — A common lisp library to unify access to common dictionary-like data-structures.