espresso4j / espresso

The Soul of Modern Java Web Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using bifurcan for internal data structure

sunng87 opened this issue · comments

https://github.com/lacuna/bifurcan Bifurcan is a super fast persistent data structure library from Zach Tellman. In espresso, middlewares will exchange data in the extension map of request and response frequently. So we would like to switch to persistent data structure to speed up extension manipulation, for the functional programming scenario with espresso.