Home / cs-notes / Architecture / Components / Netty / Summary / high performance
- epooll select
 - zero copy
 - nio buffer
 - pooled buffer
 - event loop: single thread, no lock
 - async IO: future, promise
 - support protobuf: high performance serialization
 - flexible config about TCP