Skip to content

shamblesides/hypersleep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

hypersleep

Technically does everything that sleep does but it is "blazingly fast!"

For example,

$ time sleep 1

real    0m1.005s
user    0m0.001s
sys     0m0.004s

1 whole second to run? So slow!

$ rustc hypersleep.rs
$ time ./hypersleep 1

real    0m0.002s
user    0m0.002s
sys     0m0.000s

Only 0.002 seconds! Three orders of magnitude faster! 🚀

How does it work???

Check out the source code, I think you'll really like it :)

About

Technically, this does exactly what sleep does but completes much faster!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages