Skip to content

Remove SpannableList #90

@schultzcole

Description

@schultzcole

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    performanceImprovements to CPU or memory usage

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions