Golang router

httprouter框架 (Gin使用的路由框架) 之前在Gin中已經說到, Gin比Martini的效率高好多耶, 究其原因是因爲使用了httprouter這個路由框架, httprouter的git地址是: httprouter源碼. 今天稍微看了下httprouter的 實現原理, 其實就是使用了一個radix tree(前綴樹)來管理請求的URL, 下面具體看看httprouter原理.
相關文章
相關標籤/搜索