Hacker News new | ask | show | jobs
by parkcedar 838 days ago
The fastest Java version is even beating his baseline of `cat` to `/dev/null`
2 comments

Yes, though it's also worth noting that the fastest solutions are all doing their work in parallel which is not a thing for `cat`.
More proof that the JVM is space-age future technology.