Skip to content

reimplement lru cache in thread safe#471

Open
ccl0326 wants to merge 2 commits intojson-path:masterfrom
ccl0326:lru
Open

reimplement lru cache in thread safe#471
ccl0326 wants to merge 2 commits intojson-path:masterfrom
ccl0326:lru

Conversation

@ccl0326
Copy link
Copy Markdown

@ccl0326 ccl0326 commented May 9, 2018

fix #470

@santanusinha
Copy link
Copy Markdown

Why is this not merged? There is a clear bug that this fixes. Can this be merged?

@r0goyal
Copy link
Copy Markdown
Contributor

r0goyal commented Sep 8, 2021

@kallestenflo We are using this library extensively in our organization and would like to know when can this be picked up for merge and review ? Currently at higher concurrency, we are facing SEVERE performance issues due to this.

@Darkvater
Copy link
Copy Markdown

You can hook up your own cache provider as a stopgap solution until the PR is merged

@martaEntur
Copy link
Copy Markdown

Would be nice to get this merged, as we're experiencing issues with the current cache!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

LRUCache is not thread safe, can make JsonPath leak.

5 participants