Kanahiro / chiitiler

Lightweight Raster Tile Server for MapLibre Style Specification
https://spatialty-io.github.io/chiitiler-demo
MIT License
43 stars 2 forks source link

Fix/hono quick #96

Closed Kanahiro closed 1 month ago

Kanahiro commented 1 month ago

https://github.com/honojs/hono/issues/1109

hono/quick seems to be faster in routing for 30ms. This change omits regex in routing but regex is not essential part for this server. Launching time is much critical because chiitiler aims to be easy to scale out.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 59.18%. Comparing base (06225b9) to head (f6b2b27). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #96 +/- ## ======================================= Coverage 59.18% 59.18% ======================================= Files 19 19 Lines 1426 1426 Branches 95 95 ======================================= Hits 844 844 Misses 579 579 Partials 3 3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.