microsoft / react-native-windows

A framework for building native Windows apps with React.
https://microsoft.github.io/react-native-windows/
Other
16.33k stars 1.14k forks source link

Implement LFU cache in the FutureAccessList module #1802

Closed antonkh closed 5 years ago

antonkh commented 6 years ago

The current implementation is suboptimal: it may enumerate all the items every time a new file/folder is added. Instead, it can build an LFU cache and use it efficiently prune oldest items.

ghost commented 5 years ago

We are not investing in new features or lower priority bug fixes on vCurrent. The bulk of investment is now in vNext as we prepare to make that the default choice. If this issue is still relevant on the vNext implementation please open a vNext issue. If this issue is of significant severity for a vCurrent app and vNext is not an option, re-open with justification.