awesome-repositories.com
Blog
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
·

3 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • ajeetdsouza/zoxideAvatar ajeetdsouza

    ajeetdsouza/zoxide

    37,467Vezi pe 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
    Vezi pe GitHub↗37,467
  • redis/go-redisAvatar redis

    redis/go-redis

    22,159Vezi pe 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
    Vezi pe GitHub↗22,159
  • tporadowski/redisAvatar tporadowski

    tporadowski/redis

    9,987Vezi pe 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
    Vezi pe GitHub↗9,987
  1. Home
  2. Data & Databases
  3. Ranking Algorithms

Explorează sub-etichetele

  • 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.