americanas-tech / restQL-golang

Microservice query language and platform
http://restql.b2w.io/
MIT License
17 stars 8 forks source link

New HTTP Client #45

Closed caiorcferreira closed 3 years ago

caiorcferreira commented 3 years ago

This PR introduces a new HTTP client for the restQL, using the fasthttp library. Based on internal performance testing this proved to be a great improvement on load handling, neraly duplicating the requests per minute supported by the application.

P.S.: It also introduces smaller improvements to avoid using of regexes when not needed.