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

Standard package or generator for dynamic string pools / caches #68

Open
andreas-kupries opened this issue Nov 22, 2016 · 0 comments
Open
Labels

Comments

@andreas-kupries
Copy link
Owner

From Cyan's rl_json paper

To address this rl json maintains a per-interp cache of recently used
strings, using a hitrate and aging scheme to quickly learn patterns in the data, while re-
maining small and preferring frequently requested values.

critcl::literals is a static cache. This ticket is about managing dynamic caches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant