sdeleuze / rxweb

Reactor + Netty based micro web framework prototype
Apache License 2.0
4 stars 2 forks source link

Optimize Buffer allocation #5

Open sdeleuze opened 9 years ago

sdeleuze commented 9 years ago

We need to think about pooled buffer, direct buffers, zero copy mechanism without exposing Netty ByteBuf. Currently Reactor Buffer is used in Reatcor API, and java.nio.ByteBuffer is used in ReactiveStreams and RxJava API.