TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: repeater v1.2 – A command parallizer written in go

1 pointsby baalimagoabout 1 year ago

2 comments

baalimagoabout 1 year ago
Version 1.2.x has just been released containing stabilization upgrades and improved error handling. It will now reattempt the command until successful.<p>Other upgrades since I posted last is additions in the .&#x2F;benchmark.sh, where I&#x27;ve included both GNU parallel and xargs for benchmark comparisons. repeater is magnitudes faster than GNU parallel and between 10-20% faster than xargs -P using the same amount of processes&#x2F;workers.
plagiat0rabout 1 year ago
xargs -n 1 -P 50 curl ...