cw

A Rust wc clone (by Freaky)

Cw Alternatives

Similar projects and alternatives to cw

  1. alacritty

    365 cw VS alacritty

    A cross-platform, OpenGL terminal emulator.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. ripgrep

    361 cw VS ripgrep

    ripgrep recursively searches directories for a regex pattern while respecting your gitignore

  4. nushell

    225 cw VS nushell

    A new type of shell

  5. bat

    202 cw VS bat

    A cat(1) clone with wings.

  6. just

    192 cw VS just

    🤖 Just a command runner

  7. coreutils

    121 cw VS coreutils

    Cross-platform Rust rewrite of the GNU coreutils

  8. regex

    93 cw VS regex

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

  9. delta

    97 cw VS delta

    A syntax-highlighting pager for git, diff, grep, and blame output

  10. volta

    91 cw VS volta

    Volta: JS Toolchains as Code. âš¡

  11. gitui

    84 cw VS gitui

    Blazing 💥 fast terminal-ui for git written in rust 🦀

  12. gitoxide

    85 cw VS gitoxide

    An idiomatic, lean, fast & safe pure Rust implementation of Git

  13. CompactGUI

    42 cw VS CompactGUI

    Discontinued Transparently compress active games and programs using Windows 10/11 APIs [Moved to: https://github.com/IridiumIO/CompactGUI] (by ImminentFate)

  14. ht

    40 cw VS ht

    Friendly and fast tool for sending HTTP requests

  15. pueue

    37 cw VS pueue

    :stars: Manage your shell commands.

  16. pixels

    33 cw VS pixels

    A tiny hardware-accelerated pixel frame buffer. 🦀

  17. tikv

    24 cw VS tikv

    Distributed transactional key-value database, originally created to complement TiDB

  18. tantivy

    18 cw VS tantivy

    Discontinued Tantivy is a full-text search engine library inspired by Apache Lucene and written in Rust [Moved to: https://github.com/quickwit-oss/tantivy] (by quickwit-inc)

  19. fselect

    14 cw VS fselect

    Find files with SQL-like queries

  20. shake

    13 cw VS shake

    Shake build system

  21. awesome-rewrite-it-in-rust

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

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better cw alternative or higher similarity.

cw discussion

Log in or Post with

cw reviews and mentions

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.

  • A note from our sponsor - SaaSHub
    www.saashub.com | 19 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic cw repo stats
5
103
0.0
over 2 years ago

Freaky/cw is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of cw is Rust.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Rust is
the 5th most popular programming language
based on number of references?