sliceslice-rs VS ripgrep

Compare sliceslice-rs vs ripgrep and see what are their differences.

sliceslice-rs

A fast implementation of single-pattern substring search using SIMD acceleration. (by cloudflare)

ripgrep

ripgrep recursively searches directories for a regex pattern while respecting your gitignore (by BurntSushi)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
sliceslice-rs ripgrep
2 346
86 44,253
- -
5.9 9.3
about 2 months ago 1 day ago
Rust Rust
MIT License The Unlicense
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

sliceslice-rs

Posts with mentions or reviews of sliceslice-rs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-03.
  • Memchr 2.4 now has an implementation of substring search on arbitrary bytes
    7 projects | /r/rust | 3 May 2021
    Aside from that, their SIMD implementation is better optimized than the one I wrote. Aside from the codegen problem I talked about on that PR, sliceslice does better with its confirmation step by specializing calls to memcmp for all needles up to length 16. This repeats the entire implementation 16 times or so (for each of SSE2 and AVX2, so 32 in total I believe), but lets the memcmp call be a bit better than a generic one. We could do the same in memchr, but I wanted to see how much mileage we could get with fewer copies of the code and a lower latency implementation of memcmp.
    7 projects | /r/rust | 3 May 2021
    Note the discussion here though: https://github.com/cloudflare/sliceslice-rs/pull/26

ripgrep

Posts with mentions or reviews of ripgrep. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-16.

What are some alternatives?

When comparing sliceslice-rs and ripgrep you can also consider the following projects:

telescope-live-grep-args.nvim - Live grep with args

fd - A simple, fast and user-friendly alternative to 'find'

ugrep - NEW ugrep 5.1: an ultra fast, user-friendly, compatible grep. Ugrep combines the best features of other grep, adds new features, and searches fast. Includes a TUI and adds Google-like search, fuzzy search, hexdumps, searches nested archives (zip, 7z, tar, pax, cpio), compressed files (gz, Z, bz2, lzma, xz, lz4, zstd, brotli), pdfs, docs, and more

the_silver_searcher - A code-searching tool similar to ack, but faster.

fzf - :cherry_blossom: A command-line fuzzy finder

alacritty - A cross-platform, OpenGL terminal emulator.

python-regex-cheatsheet - Python 2.7 Regular Expression cheatsheet, as a restructured text document and Makefile to convert it to PDF

Parallel

xsv - A fast CSV command line toolkit written in Rust.

delta - A syntax-highlighting pager for git, diff, and grep output

jq - Command-line JSON processor [Moved to: https://github.com/jqlang/jq]

zsh-syntax-highlighting - Fish shell like syntax highlighting for Zsh.