dinever / golf

:golf: The Golf web framework

Home Page:https://golf.readme.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use a pool for MemorySession creating

dinever opened this issue · comments

Would like to see a MemorySession pool in the MemorySessionManager.

We can use the pool for new MemorySession creation to avoid frequent memory allocation.