An open API service indexing awesome lists of open source software.

https://github.com/aceinetx/aceutils

alternative for gnu coreutils entirely in x64 assembly
https://github.com/aceinetx/aceutils

Last synced: 4 months ago
JSON representation

alternative for gnu coreutils entirely in x64 assembly

Awesome Lists containing this project

README

          

# aceutils
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/aceinetx/aceutils/makefile.yml)
![GitHub Top Language](https://img.shields.io/github/languages/top/aceinetx/aceutils)
![GitHub Last Commit](https://img.shields.io/github/last-commit/aceinetx/aceutils)

Alternative for GNU coreutils implemented completely in x64 assembly

Uses the flat assembler with ELF64 format, which gives extermely small executables with fast run time (avg. 70% faster than gnu coreutils!)

For example, the rd program is only 164 bytes!