awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • ajeetdsouza/zoxideالصورة الرمزية لـ ajeetdsouza

    ajeetdsouza/zoxide

    37,467عرض على 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
    عرض على GitHub↗37,467
  • redis/go-redisالصورة الرمزية لـ redis

    redis/go-redis

    22,159عرض على 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
    عرض على GitHub↗22,159
  • tporadowski/redisالصورة الرمزية لـ tporadowski

    tporadowski/redis

    9,987عرض على 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
    عرض على GitHub↗9,987
  1. Home
  2. Data & Databases
  3. Ranking Algorithms

استكشف الوسوم الفرعية

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