A different approach to fuzzy finding

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • fzf

    :cherry_blossom: A command-line fuzzy finder

  • Looks like the author doesn't know about FZF's different search syntaxes https://github.com/junegunn/fzf#search-syntax

  • kakoune

    mawww's experiment for a better code editor

  • I'm not sure how VSCode ranks GNUmakefile first, maybe they prioritize exact substring matches. It's still a heuristic that can fail. The ugly part is that it's not part of the "best match" algorithm that finds a global optimum.

    > It first attempts a match on the filename. If there is no match, it retries on the full candidate string

    Kakoune does the same, see https://github.com/mawww/kakoune/blob/019fbc5439ad884f172c32...

    > Strict path matching means that the path segments of the query token cannot overlap between path segments in the candidate.

    nice

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts