cloudwu / sproto

Yet another protocol library like google protocol buffers , but simple and fast.
MIT License
942 stars 253 forks source link

能否支持 int32 类型 #117

Closed tqing1128 closed 2 months ago

tqing1128 commented 2 months ago

游戏中有些业务不希望参数太大,因为计算后可能会溢出,比如购买商品,总价=单价*数量

cloudwu commented 2 months ago

sproto 没有定义 位宽 这个东西。它不关心 32bit 还是 64bit 。实现上尽量大。