How can I search so efficiently in very large plain text file?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Apache Lucene

    Apache Lucene.NET

  • You could look at indexing the files using something like lucene https://lucenenet.apache.org/

  • samples

    Sample code referenced by the .NET documentation (by dotnet)

  • A pointer: https://github.com/dotnet/samples/blob/main/csharp/parallel/ParallelGrep/Program.cs

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

    Application for viewing/searching large text/log files (WPF port of the original LogViewer)

  • I don't think it was logviewer2 but logviewer2 may give some inspiration.

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