Skip to content

Latest commit

 

History

History
executable file
·
15 lines (11 loc) · 673 Bytes

README.md

File metadata and controls

executable file
·
15 lines (11 loc) · 673 Bytes

suika

v1: muduo++

  • a step-by-step muduo-like web server implementation

v2: suika

  • a little step beyond muduo, add several modifications on v1

v3: suika with efficient buffer design and connection pool

  • performance is significantly improved over Webbench compared with moduo, look here

  • one eventloop per thread + thread pool

  • Nignx-like connection pool

  • more efficient buffer design: sds(simple dynamic string, Redis-like) + scatter IO

  • more in process...look here