package
Version:
v2.0.12
Opens a new window with list of versions in this module.
Published: Dec 9, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
目前这个性能最好,不在乎其内部结构是否缺少
msgp 是msgpack的代码生成实现
vmihailenco/msgpack 是msgpack的非代码实现,这2个玩意儿是大体兼容的,在一些特殊处理下还是有区别:var a []string = nil,就无法混用
大体上,之前遇到的不兼容的地方,都是编码使用msgpack,解码又用的是msgp
const (
Raw T = iota
JSON
MsgPack
FilePack
Protobuf
Msgp
MsgPackJSONTag
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.