-
Notifications
You must be signed in to change notification settings - Fork 344
Remove System.Slices #1295
Comments
I think OwnedMemory, Memory, ReadableBuffer/ReadOnlyBytes should ship in a package called something like System.Buffers.<something>, maybe System.Buffers.Primitives. At that point, why do we still need System.Slices? What other APIs are there that won't be either in System.Memory or in System.Buffers.? |
cc @davidfowl |
I would vote for System.Buffers. |
The problem with System.Buffers is that it already exists in corefx. We probably don't have enough bake in time to put these types there. |
I see ... so should be just some temporary name that does not really matter then? |
I like System.Memory[.]Primitives because it feels like "memory" is a more generic concept than "buffer". |
Slices is gone with #1319. There is a couple pieces of span extension cleanup being done as part of a different work item. |
@KrzysztofCwalina, can you provide more details/context?
The text was updated successfully, but these errors were encountered: