fasturl:Go的快速URL解析器 源码
快速网址 FastURL是使用状态机而不是regex或内置标准库url.Parse的Go URL解析器。 为什么? 速度 例子 查看我们的 基准测试 ns / op 黑白 生的: goos: linux goarch: amd64 pkg: github.com/ImVexed/fasturl BenchmarkRegex-32 464509 2557 ns/op 530 B/op 3 allocs/op BenchmarkRagel-32 5350304 225
下载地址
用户评论