fcat (short for fastcat) - A faster implementation of cat using splice
fcat, short for fastcat, is a cat implementation in Rust using Linux's splice syscall. With that little trick, it's more than three times as fast as the system cat in our benchmarks.