8000 GitHub - DrSloth/hcat: An extremely minimal cat implementation without libc
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

DrSloth/hcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hcat

A very minimal implementation of cat. This program doesn't depent on libc or any other system header, it uses inline assembly to directly call linux system calls.

Building

To build just run the BUILD.sh script, this will generate one version compiled with gcc and one compiled with clang.

Size

For comparison hcat-gcc is 1.2kb the default linux cat is 43kb

Speed

hcat doesn't have many features but it is quite fast, it is not really optimised for speed though.

About

An extremely minimal cat implementation without libc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0