smart

String Matching Algorithms Research Tool (by smart-tool)

Smart Alternatives

Similar projects and alternatives to smart

  • .NET Runtime

    .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.

  • ripgrep

    ripgrep recursively searches directories for a regex pattern while respecting your gitignore

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

    91 smart VS regex

    An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.

  • rust-memchr

    Optimized string search routines for Rust.

  • boyermoore

    Implementation of Boyer-Moore fast string search algorithm in Go

  • fast_strstr

    A fast substitution to the stdlib's strstr() sub-string search function.

  • fastsearch

    Implements a search algorithm I invented decades ago in 64 bit pascal

  • 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 better smart alternative or higher similarity.

smart reviews and mentions

Posts with mentions or reviews of smart. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-03.
  • Faster IndexOf for Substrings in .NET
    4 projects | news.ycombinator.com | 3 Jan 2022
    You can of course browse the source on GitHub: https://github.com/smart-tool/smart/tree/master/source

    The tarballs are just a feature of GitHub, not something they specifically release.

  • linear-time, constant-space, fast substring-searching
    1 project | /r/C_Programming | 22 Jun 2021
    Or just use one the fast strstr implementations. The current leader is EPSM https://smart-tool.github.io/smart/
  • The Boyer-Moore Fast String Searching Algorithm
    11 projects | news.ycombinator.com | 23 Apr 2021
    In the libc's not, indeed. They are still in the stoneage of string search.

    But the fastest is currently EPSM, by S. Faro and O. M. Kulekci. See https://smart-tool.github.io/smart/

    "Exact Packed String Matching" optimized for SIMD SSE4.2/AVX (x86_64 and aarch64). It performs stable and best on all sizes.

    The site I linked to compares 199 fast string search algorithms, with the usual ones (BM, KMP, BMH) being pretty slow. EPSM outperforms all the others being mentioned here on these platforms. It's also the latest.

  • Made a search algorithm, send help.
    1 project | /r/learnprogramming | 13 Jan 2021
    At the moment the numbers for average and worst case show the time increasing from ~4 miliseconds to ~8 as the query increases size from 8 characters to 4000+ over these texts. In the best case it matches or exceeds all other algorithms I've tested it against.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 10 May 2024
    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. Learn more →

Stats

Basic smart repo stats
6
93
0.0
about 1 month ago

smart-tool/smart is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.

The primary programming language of smart is JavaScript.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com