LisPi · 2w I'd been expecting cgit's cache to be some weird in-memory contraption but it's really just query-string -> filesystem-backed cache. Any actual memory caching still relies on the same old kernel page... witch_t *navi @witch_t *navi 1774038115 @LisPi i mean cgit is a cgi tool so it's executed anew for every request, so it couldn't really keep it in memorythough i guess one could put the cache in tmpfs and that would make it fully in-memory