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
Frequently used files should be cached in memory using custom caching method, and retrieved using string->ptr hashmap. File retrieval to cache should be subscribed by native linux AIO (use bare aio_abi or libaio) and then added to epoll queue.
It's an aspect to discuss, whether response body should be copied to write buffer, or accessed directly
The text was updated successfully, but these errors were encountered:
Frequently used files should be cached in memory using custom caching method, and retrieved using string->ptr hashmap. File retrieval to cache should be subscribed by native linux AIO (use bare aio_abi or libaio) and then added to epoll queue.
It's an aspect to discuss, whether response body should be copied to write buffer, or accessed directly
The text was updated successfully, but these errors were encountered: