Posted in Go语言基础和工具链Go封装库 benchmark 实战:用benchstat对比不同序列化封装(jsoniter vs sonic vs std json),吞吐差达8.3倍! 第一章:Go封装库 benchm … Go封装库 benchmark 实战:用benchstat对比不同序列化封装(jsoniter vs sonic vs std json),吞吐差达8.3倍!Read more by Gopher老张|2026年4月8日|数据库Benchmark测试, sonic库, Go标准库json, jsoniter性能优化, Go序列化性能对比
Posted in Go语言基础和工具链Go结构体序列化选型地震:encoding/json vs jsoniter vs sonic vs go-json vs msgpack-go(百万级Benchmark原始数据全公开) 第一章:Go结构体序列化选型地震 … Go结构体序列化选型地震:encoding/json vs jsoniter vs sonic vs go-json vs msgpack-go(百万级Benchmark原始数据全公开)Read more by Golang修行笔记|2026年3月27日|Go结构体序列化优化, sonic库, jsoniter性能优化, sonic/msgpack-go, encoding/json性能对比
Posted in Go语言基础和工具链Go结构体序列化性能对比实录:jsoniter vs. sonic vs. 智科自研FastBin——吞吐量差距达11.8倍 第一章:Go结构体序列化性能对比 … Go结构体序列化性能对比实录:jsoniter vs. sonic vs. 智科自研FastBin——吞吐量差距达11.8倍Read more by 架构思考者|2026年3月13日|sonic库, jsoniter性能优化, Go序列化性能对比, FastBin, Go结构体序列化优化
Posted in Go语言基础和工具链Go结构体序列化性能生死线:json/encoding/json vs json-iterator vs sonic vs fxamacker/cbor的吞吐量/内存/兼容性实测 第一章:Go结构体序列化性能生死 … Go结构体序列化性能生死线:json/encoding/json vs json-iterator vs sonic vs fxamacker/cbor的吞吐量/内存/兼容性实测Read more by Golang修行笔记|2026年2月4日|JSON性能对比, Go结构体序列化优化, sonic库, json-iterator, CBOR序列化
Posted in Go语言基础和工具链map[string]interface{}转string的终极选择:jsoniter vs stdlib vs sonic——吞吐量、内存、GC三维度硬核Benchmark(2024最新) 第一章:map[string]i … map[string]interface{}转string的终极选择:jsoniter vs stdlib vs sonic——吞吐量、内存、GC三维度硬核Benchmark(2024最新)Read more by 调试大师|2026年1月27日|Benchmarker原理, jsoniter性能优化, map[string]interface{}转string, JSON格式解析, gRPC与JSON性能, stdlib优化, Go动态加载, sonic库
Posted in Web开发实战【性能对比】Gin原生JSON vs 快速JSON库(如sonic)谁更胜一筹? 第一章:Gin接口返回JSON的 … 【性能对比】Gin原生JSON vs 快速JSON库(如sonic)谁更胜一筹?Read more by 云上码农|2025年11月21日|高性能JSON处理, JSON性能对比, Gin框架性能对比, Go语言JSON解析, sonic库