valyala / fasthttp

Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
MIT License
21.91k stars 1.76k forks source link

improve ishex and unhex by hex2intTable #1883

Closed ksw2000 closed 1 month ago

ksw2000 commented 1 month ago

Improve the performance of ishex and unhex by reducing branching through table lookup.

erikdubbelboer commented 1 month ago

Thanks!