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
We've previously used the term BlobRef for both (i) a handle-like reference to a blob in a blob file, and (ii) for the concrete offset to and size of a blob in a blob file. #81 introduces the BlobSpan type for (ii). We should ensure that we use BlobRef for (i) and BlobSpan for (ii) consistently throughout the code and documentation.
The text was updated successfully, but these errors were encountered:
jorisdral
changed the title
Remove ambiguity of the term "blob reference"
Resolve ambiguity of the term "blob reference"
Feb 7, 2024
We've previously used the term
BlobRef
for both (i) a handle-like reference to a blob in a blob file, and (ii) for the concrete offset to and size of a blob in a blob file. #81 introduces theBlobSpan
type for (ii). We should ensure that we useBlobRef
for (i) andBlobSpan
for (ii) consistently throughout the code and documentation.The text was updated successfully, but these errors were encountered: