@matthiasendler Enjoyed reading your fastcat article!
However, it seems that while splice() *is* indeed faster than cat, piping pv to an actual file instead of /dev/null significantly evens outs the benchmark. splice() ends up only being about ~10% faster 😮

