wak
wak -- an awk implementation for toybox and standalone (by raygard)
posixutils-rs
Core POSIX command line utilities in safe Rust (by rustcoreutils)
wak | posixutils-rs | |
---|---|---|
1 | 7 | |
65 | 336 | |
- | 1.5% | |
8.2 | 9.9 | |
3 months ago | about 2 months ago | |
C | Rust | |
BSD Zero Clause License | 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.
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.
wak
Posts with mentions or reviews of wak.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-09-21.
-
Rust clean-slate POSIX CLI utilities 0.2.1 release: Awk, M4, ftw and more
It is hoped that posixutil's awk's bytecode-based modern design should keep performance high, theoretically higher than ancient C-based awks.
Inspired by Ray Gardner's "wak" awk implementation https://github.com/raygard/wak
A volunteer benchmarking our awk on a 1-billion line text file would be welcome.
posixutils-rs
Posts with mentions or reviews of posixutils-rs.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-09-21.
- Clean-slate MAKE utility written in Rust
- Rust clean-slate POSIX CLI utilities 0.2.1 release: Awk, M4, ftw and more
- One rusty Awk: Memory-safe, clean slate implementation of Awk
- Memory-safe, clean POSIX implementation of M4 macro processor
- Posixutils 0.2.0 released – get a grep, people:)
-
Memory-safe, clean implementation of classic Posix "BC" calculator
Lost as to why there is a test folder yet test functions marked with the #[test] attribute are being added to /src: https://github.com/rustcoreutils/posixutils-rs/pull/132/comm...
What are some alternatives?
When comparing wak and posixutils-rs you can also consider the following projects:
pest - The Elegant Parser
ofCourse - :sunglasses: Yet Another yes clone but in Rust
coreutils - Core utils re-implementation for UNIX/UNIX-like systems written in Rust
awesome-wasm-runtimes - A list of webassemby runtimes
bc - An implementation of the POSIX bc calculator with GNU extensions and dc, moved away from GitHub. Finished, but well-maintained.
calc - C-style arbitrary precision calculator