-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any plan to release next version v1.4? #303
Comments
@julienschmidt is there anything the community at large can do to help w/ releases? |
@jehiah See the https://github.com/julienschmidt/httprouter/releases date and I try to benchmark the v1.3 and master branch as below: master branch:
v1.3 result: BenchmarkGin_Param 16374231 77.3 ns/op 0 B/op 0 allocs/op
BenchmarkHttpRouter_Param 11183144 115 ns/op 32 B/op 1 allocs/op
BenchmarkGin_Param5 9225552 133 ns/op 0 B/op 0 allocs/op
BenchmarkHttpRouter_Param5 3867496 309 ns/op 160 B/op 1 allocs/op
BenchmarkGin_Param20 3761854 318 ns/op 0 B/op 0 allocs/op
BenchmarkHttpRouter_Param20 1212064 992 ns/op 640 B/op 1 allocs/op
BenchmarkGin_ParamWrite 7891347 148 ns/op 0 B/op 0 allocs/op
BenchmarkHttpRouter_ParamWrite 7738612 161 ns/op 32 B/op 1 allocs/op
BenchmarkGin_GithubStatic 12228726 96.8 ns/op 0 B/op 0 allocs/op
BenchmarkHttpRouter_GithubStatic 23256405 53.6 ns/op 0 B/op 0 allocs/op
BenchmarkGin_GithubParam 7291654 169 ns/op 0 B/op 0 allocs/op
BenchmarkHttpRouter_GithubParam 4308618 288 ns/op 96 B/op 1 allocs/op
BenchmarkGin_GithubAll 37152 32936 ns/op 0 B/op 0 allocs/op
BenchmarkHttpRouter_GithubAll 23056 52753 ns/op 13792 B/op 167 allocs/op
BenchmarkGin_GPlusStatic 16509336 75.3 ns/op 0 B/op 0 allocs/op
BenchmarkHttpRouter_GPlusStatic 39078836 31.3 ns/op 0 B/op 0 allocs/op
BenchmarkGin_GPlusParam 12300003 105 ns/op 0 B/op 0 allocs/op
BenchmarkHttpRouter_GPlusParam 6508807 195 ns/op 64 B/op 1 allocs/op
BenchmarkGin_GPlus2Params 8913190 138 ns/op 0 B/op 0 allocs/op
BenchmarkHttpRouter_GPlus2Params 5313992 235 ns/op 64 B/op 1 allocs/op
BenchmarkGin_GPlusAll 870782 1445 ns/op 0 B/op 0 allocs/op
BenchmarkHttpRouter_GPlusAll 452078 2391 ns/op 640 B/op 11 allocs/op
BenchmarkGin_ParseStatic 15140984 80.4 ns/op 0 B/op 0 allocs/op
BenchmarkHttpRouter_ParseStatic 33758889 33.0 ns/op 0 B/op 0 allocs/op
BenchmarkGin_ParseParam 14629261 86.1 ns/op 0 B/op 0 allocs/op
BenchmarkHttpRouter_ParseParam 6823852 174 ns/op 64 B/op 1 allocs/op
BenchmarkGin_Parse2Params 12088488 103 ns/op 0 B/op 0 allocs/op
BenchmarkHttpRouter_Parse2Params 5992218 196 ns/op 64 B/op 1 allocs/op
BenchmarkGin_ParseAll 489471 2503 ns/op 0 B/op 0 allocs/op
BenchmarkHttpRouter_ParseAll 386348 3279 ns/op 640 B/op 16 allocs/op
BenchmarkGin_StaticAll 53666 23009 ns/op 0 B/op 0 allocs/op
BenchmarkHttpRouter_StaticAll 90921 13162 ns/op 0 B/op 0 allocs/op |
@appleboy sorry i wasn't meaning to co-opt your issue; If you intended this issue to document a specific performance issue i didn't read it that way. |
@jehiah I know that. I already update my previous comment. |
What else is hanging up the 1.4 release? |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
Pay attention,when v1.4.0 or new version will be released? |
* faq spelling fix: KNative -> Knative Signed-off-by: Zbynek Roubalik <[email protected]> * fix comment Signed-off-by: Zbynek Roubalik <[email protected]>
36 commits to master since v1.3 release.
benchmark result: https://github.com/the-benchmarker/web-frameworks
The text was updated successfully, but these errors were encountered: