Optimizing bash scripts?

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

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

    runs multiple inputs through a script/function in parallel using bash coprocs

  • If you want an example of a really optimized bash script check out my forkrun utility. I spent a really long time optimizing it. It parallelizes loops (like xargs -P and parallel), and for problems with "many very quick iterations" (e.g., sha256sum of a million tiny files) it is twice as fast as the fastest method available via xargs or parallel (which means it is outpacing well optimized compiled C/C++ binaries).

  • 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

  • Use Valgrind in your CI / CD

    1 project | dev.to | 5 May 2024
  • Show HN: Zero-Downtime Nginx-Proxy Deployment with High Availability&Security

    1 project | news.ycombinator.com | 5 May 2024
  • Show HN: Dillo 3.1.0 released after 9 years

    9 projects | news.ycombinator.com | 4 May 2024
  • macOS Scripted Setup: Version 1.4.0 released

    1 project | news.ycombinator.com | 5 May 2024
  • Giving Your KiCAD PCB Repository Pretty Pictures

    2 projects | news.ycombinator.com | 4 May 2024