Top 20 NuGet array Packages

Simple .Net Standard Library to control Respeaker Microphone Arrays
A collection of useful data and execution extensions for .NET
Indexed collection like usual List<T>, but with less allocations. Enables reusing instances of inner array via ArrayPool<T>.Shared. Provides ToRist() extension method which perfectly replaces conventional ToList() for materializing LINQ queries. MoveToArray() method releases ownership of internal bu...
This package includes .NET Standard code only helpers such as: - IncrementalLoadingCollection: Simplifies the definition and usage of collections whose items can be loaded incrementally only when needed by the view. - String extensions and array extensions: These extensions make working ...
Tools and extensions for working with buffers.
A small library for working with bit-arrays based on 64 bit signed integers
MISC useful types for .NET 7.
Array Slice allows to build memory shared arrays with the same syntax as an array and still retain the performance of using raw arrays. We modify the IL to make sure you can squeeze all the performance that it is available to you.
A cross-platform extension to the default set of collections in the System.Collections namespace providing generic array-based lists and dictionaries.
Array Foreach (array-foreach) binding library for Bridge.NET projects.
Array Find Index (array-find-index) binding library for Bridge.NET projects.
LINQ to JavaScript (JSLINQ) is an implementation of LINQ to Objects for JavaScript. It is simple to use and gives much needed power and flexibility to performing LINQ style queries agains traditional JavaScript Arrays. If you are using an Array, you can use LINQ to JavaScript to step up your game.
Provides you the ability to query, update and delete javaScript arrays using SQL like syntaxes and LINQ like expressions. Version 1.2+ provides a plug-in architecture to add your own functions. Version 1.2+ now requires the "new" keyword when creating a jinqJs() instance. Version 1.3+ supports Node....
A collection of useful extension methods.
An extended version of the Array to accelerate operation, easy to use, multi dimensional. With SuperchargedArray.Accelerated namespace you will unlock SIMD potential to run the Array operation on any hardware like Intel CPU/GPU, NVIDIA, AMD etc.
Shared most common extension for commonly used types
A small library for performing matrix math, linear algebra - now including sparse matrix solve. Most functions are static and use simple arrays (e.g double[,]) making it easy to use in other projects.
Unified algorithm support for indexed .NET collections.