jkool702

↗ HN profile [ 70.5 ms ] full profile
Karma
0
Created
()
Submissions
63,684
  1. forkrun is the culmination of a 10-year-long journey focused on "how to make shell parallelization fast". What started as a standard "fork jobs in a loop" has turned into a lock-free, CAS-retry-loop-free,…

  2. Note: this is an update to [this](https://news.ycombinator.com/item?id=44568529) "Show HN" post. timep is a state-of-the-art [debug-]trap-based bash profiler that is efficient and extremely accurate. Unlike other…

  3. timep is a TIME Profiler for bash code that will give you an accurate per-command execution time breakdown of any bash script or function. Unlike other profilers, timep also recovers and hierarchally records metadata on…