deft
deft copied to clipboard
Optimized ByteBuffer usage in AsynchronousSocket
The ByteBuffer usage is HttpProtocol is pretty optimized (bytebuffer reusage etc). Apply the similiar usage in AS
Before we start with the optimization it makes probably sense to create a set of benchmarks that exercises the AS, so we can track the changes...