Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Caching #4

Open
MiHarsh opened this issue Nov 18, 2021 · 0 comments
Open

Implement Caching #4

MiHarsh opened this issue Nov 18, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@MiHarsh
Copy link
Owner

MiHarsh commented Nov 18, 2021

Description :

Caching techniques, such as LRU cache, could help users get their most frequently used emojis easily, hence improving user experience to a great extent.

How to Approach :

Use local storage to store the recently used emojis. Can have max cache length around 20-25. Create a new default section of those emojis.

Have a look at :

Feel free to change the default rendering UI accordingly, but have a prior discussion before implementation.

@MiHarsh MiHarsh added enhancement New feature or request good first issue Good for newcomers labels Nov 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant