You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aspen currently supports two possibilities for static files: open and read them every time they're requested; or store their contents in Python bytestrings. Mapping them using mmap could be an interesting third possibility, and probably a good default for files that aren't too large.
The text was updated successfully, but these errors were encountered:
Aspen currently supports two possibilities for static files: open and read them every time they're requested; or store their contents in Python bytestrings. Mapping them using
mmap
could be an interesting third possibility, and probably a good default for files that aren't too large.The text was updated successfully, but these errors were encountered: