Hi,
Does anyone know what the performance difference is between Java NIO vs DotNet IO performance.
Reading this question, it seems that standard Java-IO and DotNet-IO have very similar IO performance.
What is interesting to me is that the Java guys state that mass file copying, file server based operations...etc should be a lot quicker because of access to the file channels etc in Java-NIO.
Is it possible that java.nio performance is better than DotNet System.IO.
Thanks.