I see a non-blocking Thrift transport implementation for socket-based IO, but nothing obvious for file IO.
I'm fairly new to NIO and would like to improve the performance of my file stream-based Thrift (de)serialiser by switching to NIO (buffers/channels etc).
Any suggestions appreciated.