Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephencleary/arraysegments
A library for slicing and dicing arrays (without copying).
https://github.com/stephencleary/arraysegments
array c-sharp slicing
Last synced: 6 days ago
JSON representation
A library for slicing and dicing arrays (without copying).
- Host: GitHub
- URL: https://github.com/stephencleary/arraysegments
- Owner: StephenCleary
- License: mit
- Created: 2014-04-05T00:52:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T12:00:28.000Z (about 4 years ago)
- Last Synced: 2024-11-03T14:40:18.546Z (17 days ago)
- Topics: array, c-sharp, slicing
- Language: C#
- Size: 43.9 KB
- Stars: 13
- Watchers: 6
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notice of Deprecation
This library has been pretty much replaced by `Span`, which does essentially the same thing (and even more, since the compiler/runtime are `Span`-aware).
If there are any bugs in this library, they will continue to be addressed, but you shouldn't expect new features. Please migrate to using `Span` on platforms which support it. For platforms that do not support `Span`, feel free to continue using this library, but you should have a plan to move to platforms that support `Span`.
# ArraySegments [![AppVeyor](https://img.shields.io/appveyor/ci/StephenCleary/ArraySegments.svg?style=plastic)](https://ci.appveyor.com/project/StephenCleary/ArraySegments) [![Coveralls](https://img.shields.io/coveralls/StephenCleary/ArraySegments.svg?style=plastic)](https://coveralls.io/r/StephenCleary/ArraySegments)
A library for slicing and dicing arrays (without copying).
[API Docs (core)](http://dotnetapis.com/pkg/Nito.ArraySegments/2.0-alpha-1)
[API Docs (streams)](http://dotnetapis.com/pkg/Nito.ArraySegments.Streams)
[![NuGet Pre Release](https://img.shields.io/nuget/vpre/Nito.ArraySegments.svg?style=plastic)](https://www.nuget.org/packages/Nito.ArraySegments/)
[![NuGet Pre Release](https://img.shields.io/nuget/vpre/Nito.ArraySegments.Streams.svg?style=plastic)](https://www.nuget.org/packages/Nito.ArraySegments.Streams/)