Pure-Java implementation of Unix "find"

This page summarizes the projects mentioned and recommended in the original post on /r/java

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
  • aho-corasick

    A fast implementation of Aho-Corasick in Rust.

  • Note that ripgrep at least doesn't really use any obscure syscalls. It does use file backed memory maps in some cases (so can Java). It otherwise uses standard read and open syscalls for dealing with files. ripgrep achieves fast searching primarily via parallelism and better algorithms. Although, some of those better algorithms achieve their speed in part due to custom tailored SIMD use, and I'm not sure how effective Java would be at such things.

  • 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

  • how to get the index of substring in source string, support unicode in rust.

    1 project | /r/rust | 5 Nov 2023
  • Aho Corasick Algorithm For Efficient String Matching (Python & Golang Code Examples)

    1 project | /r/programming | 6 Oct 2023
  • Aho-corasick (and the regex crate) now uses SIMD on aarch64

    2 projects | news.ycombinator.com | 18 Sep 2023
  • When counting lines in Ruby randomly failed our deployments

    4 projects | /r/ruby | 22 Sep 2023
  • Rust for lowering AWS (and other cloud services) costs

    2 projects | /r/rust | 2 Nov 2022