yomorun/y3-codec-golang
Golang implementation of Y3 Codec, a fast than real-time TLV based binary codec with low CPU usage
GoApache-2.0
Issues
- 0
feat(interface): encoding packet
#62 opened by fanweixiao - 0
feat(spec): decoding packet
#63 opened by fanweixiao - 0
feat(interface): streaming decoding
#64 opened by fanweixiao - 0
feat(spec): make Tag as variant length type
#60 opened by fanweixiao - 0
feat(spec): remove PrimitiveType and NodeType
#61 opened by fanweixiao - 0
feat(sugar): encoding struct
#65 opened by fanweixiao - 0
range of disabled keys
#68 opened by chenjunbiao - 0
Rename the project name to y3-codec-golang
#49 opened by chenjunbiao - 0
Refactoring ProtoCodec
#47 opened by chenjunbiao - 0
Optimize lock protection to prevent data synchronization problems under high concurrency
#45 opened by chenjunbiao - 0
- 0
Support channel notification decoding status
#42 opened by chenjunbiao - 0
- 0
粘包处理
#38 opened by chenjunbiao - 0
因应接口的变更个修改结构逻辑图及更新README中的描述和例子
#36 opened by chenjunbiao - 0
修复BenchmarkPerson的测试错误
#35 opened by chenjunbiao - 0
README增加性能描述
#33 opened by chenjunbiao - 0
复杂对象测试
#31 opened by chenjunbiao - 1
YomoCodec性能压测及优化
#29 opened by chenjunbiao - 0
支持结构体的数组的编码和解码
#21 opened by chenjunbiao - 0
支持深度嵌套
#22 opened by chenjunbiao - 0
decode packet to struct
#23 opened by chenjunbiao - 0
encode struct to packet
#24 opened by chenjunbiao - 0
Struct与基础类型的编解码整合
#25 opened by chenjunbiao - 0
YomoCodec整合新的编解码,支持Yomo框架切换
#26 opened by chenjunbiao - 0
重定义ProtoCodec接口,并与YomoCodec分离
#27 opened by chenjunbiao - 0
支持结构体struct的编码和解码
#20 opened by chenjunbiao - 0
codec在yomo plugin中消费数据的调用方式
#14 opened by fanweixiao - 1
need unit test for NVarInt
#12 opened by fanweixiao