https://segmentfault.com/a/ 本文来自 CSDN《程序员》2017 年 2 月的封面报道。 对于一个从零开始的数据库来说:选择什么语言,整体架构怎么做,要不要开源,如何去测试…太
Go1_8rc3源代码学习:token
https://segmentfault.com/a/ 前言 token package 包含了 golang 词法分析相关的数据结构和方法,源代码位于 <go-src>/src/go/token token.go 源代码中的注释很赞! Token type Token is the set of lexical tokens of the Go programming language type Token int tokens The list of tokens(t
Jsoniter0_9_8发布:JSON性能对标Protobuf
Jsoniter 是一款快且灵活的 JSON 解析器,同时提供 Java 和 Go 两个版本。 最近发布的 0.9.8 版本对性能对标 Jackson 和 Protobuf 进行了详细的评测: https://github.com/json-itera… 。性能优化的原理会近期会发布于 infoq 中文