Skip to content

Add memory support for file_io #477

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

Closed
Xuanwo opened this issue Jul 24, 2024 · 2 comments · Fixed by #481
Closed

Add memory support for file_io #477

Xuanwo opened this issue Jul 24, 2024 · 2 comments · Fixed by #481

Comments

@Xuanwo
Copy link
Member

Xuanwo commented Jul 24, 2024

          We can use an in-memory filesystem by default, eliminating the need to change the environment. 

I will build one for file_io.

Originally posted by @Xuanwo in #475 (comment)

@sdd
Copy link
Contributor

sdd commented Jul 25, 2024

I have a local branch where I've modified FileIO to add an OpenDAL Layer that does in-memory caching of the underlying files using the moka crate. I can share the details if you think it might be helpful

@Xuanwo
Copy link
Member Author

Xuanwo commented Jul 25, 2024

That's nice! Please share it to me ❤️

By the way, opendal has native support of moka and mini_moka, maybe also useful for caching.

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 a pull request may close this issue.

2 participants