go-http-routing-benchmark

Router benchmarks

Compares performance of HTTP request routers in Go

Go HTTP request router and web framework benchmark

GitHub

2k stars
61 watching
238 forks
Language: Go
last commit: about 1 year ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
smallnest/go-web-framework-benchmark Compared performance of various Go web frameworks across different aspects like connection and route selection handling times 2,077
goroute/route A lightweight HTTP request multiplexer with built-in middleware support 9
golobby/router A lightweight HTTP router for the Go programming language with routing, middleware, and response support 22
go-ozzo/ozzo-routing A high-performance HTTP router package for Go that supports regular expression route matching and is designed to build RESTful APIs. 455
jeromefroe/golang_benchmarks A collection of benchmarks for various Go programming language features and patterns 108
bmf-san/goblin A lightweight, trie-based HTTP router for Go with advanced routing capabilities. 78
gonetx/httpit A tool for measuring HTTP performance under various conditions and configurations. 230
dimfeld/httptreemux A high-speed, tree-based HTTP router for Go that supports flexible routing patterns and context support 616
simonwaldherr/golang-benchmarks A repository of benchmarking tests to measure the performance of common Go functions and libraries 132
feyeleanor/gospeed A library of micro-benchmarks for understanding and reasoning about the performance of Go programs. 121
go-playground/pure A lightweight HTTP router using Go's native implementation with radix tree for efficient routing and handling of context variables. 149
tylertreat/go-benchmarks A collection of miscellaneous Go benchmarks focused on performance optimization. 147
guilhermecaruso/bellt A simple Go router for managing HTTP requests and routes 54
gowww/router A fast HTTP router package for building scalable web applications. 185
jmervine/gohttperf A performance testing tool for HTTP servers written in Go. 5