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
Currently each file is stored in a single object. In some cases this can cause lots of unnecessary reads/writes. This can be fixed by assigning a per-file block size and converting the data pointer to a list of pointers to fixed-size blocks.
(I marked this as good first bug, but this work is somewhat more involved than other bugs with that label.)
The text was updated successfully, but these errors were encountered:
Currently each file is stored in a single object. In some cases this can cause lots of unnecessary reads/writes. This can be fixed by assigning a per-file block size and converting the data pointer to a list of pointers to fixed-size blocks.
(I marked this as
good first bug
, but this work is somewhat more involved than other bugs with that label.)The text was updated successfully, but these errors were encountered: