Skip to content

susu/nepoico

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Network Protocol Implementation Comparison. Check the wiki!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published