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
Would be an alternative to the current MemoryReader that accesses a buffer owned by an external source.
Could provide additional guarantees of no changes to memory state when reading from a buffer that would be immediately disposed of after reading (I think a common use case).
Possibility of improved semantics in code from MemoryReader in some cases, but this idea hasn't been fully explored.
The text was updated successfully, but these errors were encountered:
Discussed in PR #373 as maybe useful.
Would be an alternative to the current MemoryReader that accesses a buffer owned by an external source.
Could provide additional guarantees of no changes to memory state when reading from a buffer that would be immediately disposed of after reading (I think a common use case).
Possibility of improved semantics in code from MemoryReader in some cases, but this idea hasn't been fully explored.
The text was updated successfully, but these errors were encountered: