httprouter框架 (Gin使用的路由框架)
摘要:
之前在Gin中已经说到, Gin比Martini的效率高好多耶, 究其原因是因为使用了httprouter这个路由框架, httprouter的git地址是: httprouter源码. 今天稍微看了下httprouter的 实现原理, 其实就是使用了一个radix tree(前缀树)来管理请求的U 阅读全文
posted @ 2018-08-13 17:02 荣耀王者 阅读(13227) 评论(1) 推荐(2) 编辑