array
There are 5674 repositories under array topic.
CoderMJLee/MJExtension
A fast, convenient and nonintrusive conversion framework between JSON and model. Your model class doesn't need to extend any base class. You don't need to modify any model file.
grandyang/leetcode
Provide all my solutions and explanations in Chinese for all the Leetcode coding problems.
teivah/algodeck
An Open-Source Collection of Flash Cards to Help You Preparing Your Algorithms & Data Structures and System Design Interviews ๐ฏ
kennymkchan/interview-questions-in-javascript
A mostly reasonable collection of technical software development interview questions solved in Javascript
aimeos/map
PHP arrays and collections made easy
srdja/Collections-C
A library of generic data structures for the C language.
symfony/property-access
Provides functions to read and write from/to an object or array using a simple string notation
elm/core
Elm's core libraries
vladmihalcea/hypersistence-utils
The Hypersistence Utils library (previously known as Hibernate Types) gives you Spring and Hibernate utilities that can help you get the most out of your data access layer.
inducer/pycuda
CUDA integration for Python, plus shiny features
kakaopensource/KakaJSON
Fast conversion between JSON and model in Swift.
spiraldb/vortex
An extensible, state of the art columnar file format
ramsey/collection
:card_index_dividers: A PHP library for representing and manipulating collections.
spatie/array-to-xml
A simple class to convert an array to xml
mobily/ts-belt
๐ง Fast, modern, and practical utility library for FP in TypeScript.
mattphillips/deep-object-diff
Deep diffs two objects, including nested structures of arrays and objects, and returns the difference. โ๏ธ
inducer/pyopencl
OpenCL integration for Python, plus shiny features
P-p-H-d/mlib
M*LIB is a library of generic and type safe containers in pure C language (C99 / C11) for a wide collection of container (comparable to the C++ STL).
NetFabric/NetFabric.Hyperlinq
High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.
eteran/c-vector
A dynamic array implementation in C similar to the one found in standard C++
zandaqo/structurae
Data structures for high-performance JavaScript applications.
skjha1/Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Yonaba/Moses
Utility library for functional programming in Lua
inducer/loopy
A code generator for array-based code on CPUs and GPUs
hornhuang/android_interviews
๐Everything you need to know to find an android job. ็ฎๆณ / ้ข่ฏ้ข / Android ็ฅ่ฏ็น ๐ฅ๐ฅ๐ฅ ๆป็ปไธๆ๏ผไฝ ็ star ๆฏๆๆๅคง็ๅจๅ๏ผ
RandomFractals/vscode-data-preview
Data Preview ๐ธ extension for importing ๐ค viewing ๐ slicing ๐ช dicing ๐ฒ charting ๐ & exporting ๐ฅ large JSON array/config, YAML, Apache Arrow, Avro, Parquet & Excel data files
tc39/proposal-change-array-by-copy
Provides additional methods on Array.prototype and TypedArray.prototype to enable changes on the array by returning a new copy of it with the change.
nobrainr/morphism
โก Type-safe data transformer for JavaScript, TypeScript & Node.js.
voku/Arrayy
๐ Array manipulation library for PHP, called Arrayy!
sindresorhus/negative-array
Negative array index support `array[-1]` using ES2015 Proxy
sebastiaanluca/laravel-helpers
THIS PACKAGE HAS BEEN DEPRECATED โ An extensive set of Laravel framework helper functions and collection macros.
blitzpp/blitz
Blitz++ Multi-Dimensional Array Library for C++
lehins/massiv
Efficient Haskell Arrays featuring Parallel computation
flesler/hashmap
HashMap JavaScript class for Node.js and the browser. The keys can be anything and won't be stringified
Algo-Phantoms/Algo-Tree
Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
jonschlinkert/kind-of
Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!