You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several places where we can reduce the size of internal structs. Since there are expected to be about 100k instances of Storage in production, even a small reduction can give good improvements in memory consumption.
There are several places where we can reduce the size of internal structs. Since there are expected to be about 100k instances of
Storage
in production, even a small reduction can give good improvements in memory consumption.FileName
consumes too much memory (https://github.com/qoollo/pearl/blob/master/src/blob/core.rs#L466)The text was updated successfully, but these errors were encountered: