https://gitlab.com/ve-nt/outfieldr/-/tree/master/ 3-4x faster implementation in Zig. Possibly lacking in features for now, though :)
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Is it something inherent to Zig that makes Outfieldr faster, or is it just written well? I don’t know much about Zig
I like the idea of community-driven man pages, OTOH most of them were of quite a low quality (quite some time ago) and gave examples that were bad practice. And, at least for everything POSIX the man pages have really well-written and thought out examples.
Why is speed even a concern? You can wait 50 ms to read a manpage. Also, why not storing a the pages locally? They take up kilobytes and you can read them with nothing more than zcat. Besides, I'd rather trust the official manpages.
Why is speed even a concern?
I think it's just a bragging point. It seems to be just a personal project to implement it in Rust.
Another RIIR project.