gogearbox/gearbox

Use []bytes instead of strings in router

abahmed opened this issue · 0 comments

Fasthttp recommends to avoid conversation between []byte and string.

We can avoid that in our routing process entirely. Through

  • update Ternary Search Tree to get and set keys in []byte
  • parsing and constructing routing tree in []byte not string