-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
performanceImprovements to CPU or memory usageImprovements to CPU or memory usage
Description
INodeDataSource.CopyNodeBytesTo should be replaced with something like INodeDataSource.VisitNodeBytes(ulong hash, Action<Span<byte>>
SpannableList should probably just be replaced by a List, and use CollectionsMarshal to get a span in VisitNodeBytes. The list would have to be guarded by a lock in this case, but I think this is acceptable.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
performanceImprovements to CPU or memory usageImprovements to CPU or memory usage