Show HN: Ufuzzy.js – A tiny, efficient fuzzy search that doesn't suck

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

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
  • uFuzzy

    A tiny, efficient fuzzy search that doesn't suck

  • I think indexeddb is somewhat orthogonal to this library.

    The memory efficiency you might get would be that you don't need to hold the whole dataset in memory while running the filter step though at the moment it looks like it assumes you're working with an array in memory (https://github.com/leeoniya/uFuzzy/blob/main/src/uFuzzy.js#L...). That said I suspect there distance between this and something that could search against a stream of data is pretty short.

  • bootstrap-table

    An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation, Vue.js)

  • Nice. I didn't know it but I was about to be looking for something like this.

    How difficult - or not - would it be to use it with https://bootstrap-table.com?

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • pagefind

    Static low-bandwidth search at scale

  • Also possibly of interest in this regard: Pagefind [0].

    [0]: https://github.com/cloudcannon/pagefind

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

  • blazor with bootstrap and what is different bootstrap-table.

    1 project | /r/Blazor | 6 Jun 2023
  • HTML Table from multiple QuerySets

    2 projects | /r/django | 24 Jun 2022
  • Regular Expression Matching with a Trigram Index (2012)

    2 projects | news.ycombinator.com | 27 May 2024
  • PruningRadixTrie – 1000x faster Radix trie for prefix search and auto-complete

    3 projects | news.ycombinator.com | 30 Sep 2023
  • List.js - Tiny, invisible and simple, yet powerful and incredibly fast vanilla JavaScript that adds search, sort, filters and flexibility to plain HTML lists, tables, or anything

    3 projects | /r/javascript | 7 Apr 2023