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
One of the ideas to make it work is to create the custom dagstore Mount implementation that wraps FileMount. This Mount will also have a pointer to the serialized CAR. If the pointer is not nil, then dagstore will access the serialized CAR from memory. Otherwise, it will behave as usual FileMount. The serialized version of CAR can be retrieved via io.TeeWriter, while writing to the file on disk.
The text was updated successfully, but these errors were encountered:
One of the ideas to make it work is to create the custom dagstore Mount implementation that wraps FileMount. This Mount will also have a pointer to the serialized CAR. If the pointer is not nil, then dagstore will access the serialized CAR from memory. Otherwise, it will behave as usual FileMount. The serialized version of CAR can be retrieved via io.TeeWriter, while writing to the file on disk.
The text was updated successfully, but these errors were encountered: