cgsdev0 / bash-stack

modern web framework in bash
https://bashsta.cc
MIT License
408 stars 7 forks source link

Routes caching #6

Closed brimonk closed 8 months ago

brimonk commented 8 months ago

It has been done. Usually, /tmp is a ramfs on modern-ish Linuxes. So, this should be fast. Caching is disabled by default.

Also removed a weird for i loop that didn't seem to do anything.

cgsdev0 commented 8 months ago

lgtm