AyeAyeApi / Api

An extremely flexible and easy to use API framework.
MIT License
34 stars 8 forks source link

Cache all the things #35

Open Gisleburt opened 8 years ago

Gisleburt commented 8 years ago

The main (only?) down side to using Aye Aye is it's speed. It's not horrific, but it's not competative with other API frameworks.

Would it be possible to cache documentation and complex routes to avoid using reflection and thus improve speed?