Skip to content
susu edited this page May 18, 2012 · 5 revisions

Welcome to the nepoico wiki!

(Note that this comparison is based on my impressions, opinion)

nepoico

Network Protocol Implementation Comparison

Different ways of implementing network protocols in C++

List of 'different ways':

  • Google Protocol Buffers (protobuf) webpage
  • use cast/reinterpret_cast
  • parsing "by hand"
  • Boost Serialization webpage
  • Boost.Spirit webpage

Main viewpoints:

  • performance
  • memory footprint
  • maintainability, extensibility
  • portability
Clone this wiki locally