A fast, zero-allocation implementation of Golang's archive/tar
Some of fasttar's performance gains come from assuming that the input is well-formed. It should never be used in a security sensitive context as it can almost certainly be tricked into parsing data incorrectly or even panicing.