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
- Host: GitHub
- URL: https://github.com/aceinetx/aceutils
- Owner: aceinetx
- License: gpl-2.0
- Created: 2025-01-29T15:13:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-25T15:16:25.000Z (over 1 year ago)
- Last Synced: 2025-10-25T21:35:03.899Z (8 months ago)
- Language: Assembly
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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!