awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Heuristic Ranking Algorithms · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesHeuristic Ranking Algorithms

Algorithms that calculate relevance scores based on frequency and recency of user interactions.

Distinguishing note: No candidates provided; this focuses on the mathematical weighting of user history for predictive navigation.

Explore 1 awesome GitHub repository matching development tools & productivity · Heuristic Ranking Algorithms. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Heuristic Ranking Algorithms

Awesome Heuristic Ranking Algorithms GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • ajeetdsouza/zoxide

    ajeetdsouza/zoxide

    33,567View on 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

    The tool calculates directory scores by multiplying access counts by a recency weight to prioritize frequently visited locations for faster navigation.

    Rustautojumpbashcli
    33,567View on GitHub↗