# parser **Repository Path**: maxrang/parser ## Basic Information - **Project Name**: parser - **Description**: 高性能,低功耗的现代数据协议格式解析器,将支持JSON/YAML等现在数据协议格式。 - **Primary Language**: Go - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-07 - **Last Updated**: 2023-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: JSON, Parsing, Go语言, serialization ## README # parser An energy saving/efficient modern data protocol format parser.Supported modern data protocol formats are JSON/YAML, etc Data depth 5000 layers of json; | mode | Benchmark name | (1) | (2) | (3) | (4) | | ------ | ------------------------------| ---------:| ---------------:| ------------:| ---------------:| | decode | BenchmarkParser | 25206 | 248232 ns/op | 0 B/op | 0 allocs/op | | decode | BenchmarkParser_Sync | 7780 | 783551 ns/op | 0 B/op | 0 allocs/op | | decode | BenchmarkJsoniter | 19106 | 315373 ns/op | 366429 B/op | 3124 allocs/op | | decode | BenchmarkStd | 27234 | 220422 ns/op | 374866 B/op | 2099 allocs/op |