linux进程绑定cpu线程
摘要:taskset -c [0,7] ./example *** 通过top看,设置的-c 0, 则在cpu0上运行
阅读全文
ProtoBuffer-C++环境搭建
摘要:参考:https://github.com/google/protobuf/blob/master/src/README.md 代码Git: https://github.com/google/protobuf To build protobuf from source, the following
阅读全文
ProtoBuffer优势
摘要:Google Protocol Buffer( 简称 Protobuf) 是 Google 公司内部的混合语言数据标准,他们用于 RPC 系统和持续数据存储系统。 Protocol Buffers 是一种轻便高效的结构化数据存储格式,可以用于结构化数据串行化,或者说序列化。它很适合做数据存储或 RP
阅读全文