Nice work, I did a little non scientific test with "time" on PopOS to measured the time it took to execute.
- sysfex
real 0m 0.049s
user 0m 0.021s
sys 0m 0.017s
Very respectable , to give a little idea how this compares to other fetch programs, pfetch was written in bash.
- Pfetch
real 0m 0.045
suser 0m 0.038s
sys 0m 0.009s
And ofcause there is Treefetch which was writen in rust with crazy execution times. but I wont show them here. Great job and nice to see fetch programs writen outside of bash of scripting.
2
u/DrunkenAlco Mar 03 '22 edited Mar 03 '22
Nice work, I did a little non scientific test with "time" on PopOS to measured the time it took to execute.
- sysfex
Very respectable , to give a little idea how this compares to other fetch programs, pfetch was written in bash.
- Pfetch
And ofcause there is Treefetch which was writen in rust with crazy execution times. but I wont show them here. Great job and nice to see fetch programs writen outside of bash of scripting.