scratch VS cw

Compare scratch vs cw and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
scratch cw
51 5
333 100
- -
9.0 0.0
2 days ago over 1 year ago
C Rust
The Unlicense MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

scratch

Posts with mentions or reviews of scratch. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-06.

cw

Posts with mentions or reviews of cw. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-22.
  • why GNU grep is fast
    8 projects | /r/linux | 22 Feb 2023
    For things that are commonly and almost-ideally represented as text files, there’s a lot of Rust based alternatives are faster and have more features than the old unix/GNU tools: ripgrep, fd, cw, and you can find more in this list.
  • A wc clone, written in Go
    3 projects | /r/golang | 28 May 2022
    Nice, beats my old Rust wc through sheer brute force on my old 12c/24t server:
  • How to learn Rust by own tiny applications?
    8 projects | /r/rust | 8 Jan 2022
    A lot of unix-y tools have been rewritten in rust, where the usefulness comes from it being faster or having more features. Examples: bat, cw, lsd, ripgrep, diskonaut, gping. Maybe you could find an interesting program to rewrite?
  • Awesome Rewrite It In Rust - A curated list of replacements for existing software written in Rust
    62 projects | /r/rust | 27 May 2021
    cw, an optionally-multithreaded bytecount-accelerated wc clone
  • Debian Running on Rust Coreutils
    20 projects | news.ycombinator.com | 9 Mar 2021
    Having written a Rust wc implementation a few years ago (https://github.com/Freaky/cw), I had a look at theirs.

    It's pretty naive - a simple linewise read_until loop, a conditional to avoid word splitting and such if it's not needed, and for some reason it collects results into an array and prints when it's done rather than printing as it goes.

    It doesn't support --files0-from like GNU wc, so isn't a drop-in replacement from that perspective. It also has the sadly common Rust trope of only supporting filenames that are valid UTF-8.

    It doesn't seem overly slow considering its simplicity - usually trading blows with GNU and BSD wc. Perhaps the most glaring omission is the lack of a fast path for -c, which should reduce to a stat() call. Also unfortunate not to use the excellent bytecount crate to provide a very fast -l/m path.

    The read_until loop also makes its memory use unpredictable compared with other wc's. If you run it on /dev/zero it will try to eat your computer.

What are some alternatives?

When comparing scratch and cw you can also consider the following projects:

w64devkit - Portable C and C++ Development Kit for x64 (and x86) Windows

gping - Ping, but with a graph

busybox-w32 - WIN32 native port of BusyBox.

CompactGUI - Transparently compress active games and programs using Windows 10/11 APIs [Moved to: https://github.com/IridiumIO/CompactGUI]

BUSY - BUSY is a lean, statically typed, cross-platform, easily bootstrappable build system for GCC, CLANG and MSVC inspired by Google GN

regex - An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.

PSCalendar - :calendar: A set of PowerShell commands for displaying calendars in the console.

ht - Friendly and fast tool for sending HTTP requests

cimgui - c-api for imgui (https://github.com/ocornut/imgui) Look at: https://github.com/cimgui for other widgets

nushell - A new type of shell

gameinfojs - High level interface to the functionality provided by the other game* libraries

awesome-rewrite-it-in-rust - A curated list of replacements for existing software written in Rust [Moved to: https://github.com/TaKO8Ki/awesome-alternatives-in-rust]