Replies: 10 comments
-
I recommend you read this article, which explains how persistence works with the various storage APIs in the browser. ZenFS does not implement any limits, so the only limits are those imposed by the browser. If you are looking to store around 100 MB, I would recommend Does that answer your question? |
Beta Was this translation helpful? Give feedback.
-
Partially. In the past, I used legacy version of BrowserFS, but I noticed some of users of my project running out of memory because of AsyncMirror, so I thought that maybe ZenFS got some upgrades |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
My old setup was async mirror bridging InMemory with IndexedDB, I just want to know if there were any memory efficiency improvements comparing ZenFS with old BrowserFS |
Beta Was this translation helpful? Give feedback.
-
Potentially, since I would love it if you would like to do performance testing and find any places where improvements can be made. |
Beta Was this translation helpful? Give feedback.
-
I started to prototype FS size metadata last month (branch). Would you be interested in seeing that feature prioritized? |
Beta Was this translation helpful? Give feedback.
-
That's not necessary at the moment, however I posted a question on your Discord server, it may be worth taking a look at it |
Beta Was this translation helpful? Give feedback.
-
Including the discord conversation here:
Me:
Me:
|
Beta Was this translation helpful? Give feedback.
-
With #49 opened to handle the issue you brought up on the discord, can this issue be closed? |
Beta Was this translation helpful? Give feedback.
-
Closing this issue since the original question has been answered. |
Beta Was this translation helpful? Give feedback.
-
Hi there,
My project requires storing lots of data, around 100 megabytes.
I would like to use
zen-fs
on browser environment.It's important to note that the data needs to persist between reloads and even restarts of the browser, essentially, making the data kind of permanent.
Hence my question, what are the size limits of the available backends in a browser?
Beta Was this translation helpful? Give feedback.
All reactions