ericlagergren / go-coreutils

A cross-platform port of GNU's coreutils to Go
GNU General Public License v3.0
752 stars 76 forks source link

touch #79

Open ericlagergren opened 9 years ago

ericlagergren commented 9 years ago

Needs to be implemented similarly to GNU's touch.

rdeusser commented 8 years ago

Basic functionality implemented.

rdeusser commented 8 years ago

Need to completely redo this implementation. I just did a benchmark on this and the go-coreutils implementation is around 65% slower than the GNU implementation. That is unacceptable.