awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesRanking Algorithms

Mathematical models for ordering items based on relevance, frequency, and recency.

Distinguishing note: Specifically implements frecency-based logic for path resolution rather than generic search ranking.

Explore 3 awesome GitHub repositories matching data & databases · Ranking Algorithms. Refine with filters or upvote what's useful.

Awesome Ranking Algorithms GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • ajeetdsouza/zoxideAvatar de ajeetdsouza

    ajeetdsouza/zoxide

    37,467Ver en GitHub↗

    Zoxide is a terminal utility designed to accelerate filesystem navigation by learning user habits. It functions as a command-line navigation tool that allows users to jump to frequently accessed directories using partial names rather than typing out full file paths. The tool maintains a persistent, atomic file-based database that records navigation history, enabling rapid lookups and safe updates across multiple shell sessions. The project distinguishes itself through a frecency-based ranking algorithm, which calculates directory relevance by combining access frequency with temporal decay. Th

    Calculates directory relevance by combining access frequency and temporal decay to prioritize likely destinations during path resolution.

    Rustautojumpbashcli
    Ver en GitHub↗37,467
  • redis/go-redisAvatar de redis

    redis/go-redis

    22,159Ver en GitHub↗

    This project is a feature-rich Go client library designed for interacting with Redis. It serves as a comprehensive interface for managing remote data stores, enabling developers to execute standard database commands, handle complex data structures, and perform asynchronous operations within Go applications. The library distinguishes itself through its support for advanced Redis capabilities, including connection pooling, pipelining, and transactional integrity. It provides specialized primitives for managing distributed clusters, including automated topology updates and request routing to sha

    Maintains ordered collections based on numeric scores to identify top-ranked items.

    Gogogolangredis
    Ver en GitHub↗22,159
  • tporadowski/redisAvatar de tporadowski

    tporadowski/redis

    9,987Ver en GitHub↗

    Redis is a high-performance in-memory key-value store that functions as a distributed cache, message broker, and NoSQL database. It provides sub-millisecond read and write access to data stored in RAM and can operate as a vector database for indexing high-dimensional embeddings. The system supports a wide range of data storage and synchronization primitives, including the management of strings, hashes, lists, sets, and JSON documents. It enables real-time data operations through atomic transactions, hybrid persistence using snapshots and append-only logs, and high-availability configurations

    Uses Top-K structures to estimate the ranking of specific data points within a value stream.

    Credisredis-for-windowsredis-msi-installer
    Ver en GitHub↗9,987
  1. Home
  2. Data & Databases
  3. Ranking Algorithms

Explorar subetiquetas

  • Stream Rank EstimatorsProbabilistic structures for estimating the ranking of data points within a continuous value stream. **Distinct from Ranking Algorithms:** Distinct from Ranking Algorithms: specifically implements Top-K estimation for streaming data rather than static dataset ordering.