ArnaudBuchholz / reserve

Lightweight http server configurable using regular expressions
MIT License
21 stars 6 forks source link

Improve performance by removing function calls #92

Closed ArnaudBuchholz closed 5 months ago

ArnaudBuchholz commented 9 months ago

Some functions are isolated in the code to ease the test. They should be embedded instead once bundling, removing a function call.