hypercore-protocol / hypercore-next

Hypercore 10 is an append only log with multi-writer primitives built in.
MIT License
150 stars 15 forks source link

Cache inflight gets and share cache between sessions #102

Closed kasperisager closed 2 years ago

kasperisager commented 2 years ago

This pull request caches inflight gets, rather than only cache the finished request, and shares the cache between all sessions.

kasperisager commented 2 years ago

I still have some corner cases to sort out.