-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
Roadmap of 2021 #99
Comments
@ije I have a local branch where I have basically taken an additive approach to the fs_local implementation (duplicated and layered onto fs_local), and added https://github.com/dgraph-io/ristretto as a gate keeper. Would you be interested? |
Take a look at that project if you can, it's an interesting approach:
|
My implementation assumes a stateless container, so while still using your standard local fs, I just make the assumption that what ever is in the cache is the source of truth. Though even if it's not in a stateless container, I'd still almost like to just assume it is, and clear the local storage directory on server start 🤷 |
What is in the cache is just a struct with the name and modtime. |
@jimisaacs there are two different kind of LRUs i think, one is a FS storage that can remove the old(cold) files automatically since the build outputs take lot of storage space over time. the other one is a redis layer to map the request url to the entry JS, currently i only use the |
Roadmap List
exports
field in package.json (Relative imports shouldn't be bundled #78)?deps
parameter(v45 - nested dependency overrides have changed #101)The text was updated successfully, but these errors were encountered: