awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 个仓库

Awesome GitHub RepositoriesArray Processing Utilities

Tools and methods specifically designed for the manipulation, iteration, and filtering of ordered array-based sequences.

Explore 10 awesome GitHub repositories matching programming languages & runtimes · Array Processing Utilities. Refine with filters or upvote what's useful.

Awesome Array Processing Utilities GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • facebook/reactfacebook 的头像

    facebook/react

    245,669在 GitHub 上查看↗

    React 是一个用于构建用户界面的 JavaScript 库,采用组件化架构和单向数据流。

    Injects new elements at arbitrary positions using spread and slice methods.

    JavaScriptjavascriptuifrontend
    在 GitHub 上查看↗245,669
  • typst/typsttypst 的头像

    typst/typst

    54,320在 GitHub 上查看↗

    Typst is a programmable, markup-based typesetting engine designed for professional document creation. It functions as a scriptable publishing toolchain that transforms plain text and code into complex, paginated outputs. By utilizing a high-performance compiler, the system automates document assembly, mathematical rendering, and dynamic content generation, providing a unified workflow for academic and technical authoring. The engine distinguishes itself through a declarative layout framework that uses cascading rules to manage document structure and visual styling. Unlike traditional systems,

    Pairs array elements with their corresponding indices starting from a specified value to track positions during processing.

    Rustcompilermarkuptypesetting
    在 GitHub 上查看↗54,320
  • kodecocodes/swift-algorithm-clubkodecocodes 的头像

    kodecocodes/swift-algorithm-club

    29,099在 GitHub 上查看↗

    This project is a comprehensive collection of common computer science algorithms and data structures implemented in Swift. It serves as an educational reference and library for studying computational complexity, algorithmic logic, and data structure engineering through practical code examples. The repository provides a wide suite of data structure implementations, including various types of linked lists, heaps, hash tables, and an extensive range of hierarchical trees such as Red-Black, B-Tree, and Splay trees. It also covers diverse sorting and searching techniques, from basic bubble sort to

    Provides a method for adding elements to a sorted collection only if they do not already exist.

    Swiftalgorithmsdata-structuresswift
    在 GitHub 上查看↗29,099
  • greensock/gsapgreensock 的头像

    greensock/GSAP

    23,877在 GitHub 上查看↗

    GSAP is a comprehensive JavaScript animation library designed for orchestrating complex motion sequences and interactive user interfaces. It provides a robust property-interpolation engine that calculates intermediate values for CSS styles, attributes, and numeric properties, enabling smooth visual transitions across web elements. The framework is built on a core architecture that manages animation lifecycles, timeline-based sequence orchestration, and virtual property interception to ensure precise control over motion. The library distinguishes itself through a modular, plugin-based extensib

    Provides utilities for reordering array items into random sequences without creating new instances.

    JavaScriptanimationgsapjavascript
    在 GitHub 上查看↗23,877
  • mikefarah/yqmikefarah 的头像

    mikefarah/yq

    14,913在 GitHub 上查看↗

    This tool is a command-line processor designed for querying, updating, and transforming structured data files. It functions as a versatile engine for manipulating YAML, JSON, TOML, and XML documents, allowing users to perform complex operations directly from the terminal. By utilizing a path-based expression language, it enables precise navigation and modification of data structures within configuration files and infrastructure-as-code workflows. What distinguishes this tool is its ability to perform in-place document mutations while preserving original formatting, comments, and metadata. It

    The tool reorders the items within an array into a random sequence using a random number generator.

    Gobashclicsv
    在 GitHub 上查看↗14,913
  • purescript/purescriptpurescript 的头像

    purescript/purescript

    8,832在 GitHub 上查看↗

    PureScript is a statically typed, purely functional programming language that compiles to JavaScript. It is designed as a cross-platform frontend language for building safe web applications, utilizing a static type system and a JavaScript compiler to ensure program correctness across browser and server environments. The language is distinguished by its emphasis on mathematical purity, featuring a robust type system with first-class support for monads. It provides a sophisticated toolset for static verification, including algebraic data types, type classes, and automatic type inference to reje

    Ships standard library methods for generating new arrays by filtering elements based on a predicate function.

    Haskellalt-jshaskelljavascript
    在 GitHub 上查看↗8,832
  • angus-c/justangus-c 的头像

    angus-c/just

    6,204在 GitHub 上查看↗

    Just 是一个 JavaScript 实用程序库集合,专为数据操作、函数式编程、性能优化、统计分析和字符串处理而设计。它提供了一套用于深度克隆、过滤和转换复杂对象与数组的工具。 该项目被构建为一系列零依赖模块,允许独立使用实用程序以最小化包大小。它实现了包括柯里化、管道和部分应用在内的函数式编程模式,并通过记忆化、防抖和节流提供执行控制。 该库涵盖了广泛的功能,包括深度对象操作、组合数据生成以及素数验证和数值钳位等数学运算。它还包括用于计算方差和标准差等指标的统计工具,以及用于大小写转换和字符串插值的文本处理实用程序。

    Provides methods for injecting values or subarrays into specific array positions.

    JavaScript
    在 GitHub 上查看↗6,204
  • shujiahuang/cpp-primer-plus-6thShujiaHuang 的头像

    ShujiaHuang/Cpp-Primer-Plus-6th

    3,106在 GitHub 上查看↗

    This project is a C++ learning resource and study guide consisting of structured notes and programming examples. It provides practical implementations and exercise solutions covering core language syntax, data types, and control flow. The repository features specialized samples for object-oriented design, including class inheritance, polymorphism, and abstract classes. It includes demonstrations of memory management techniques such as dynamic allocation, move semantics, and placement new, as well as template programming examples for creating generic functions and data structures. The codebas

    Provides utility methods for the manipulation, display, and average calculation of numeric arrays.

    C++cppprogramming
    在 GitHub 上查看↗3,106
  • nette/utilsnette 的头像

    nette/utils

    2,142在 GitHub 上查看↗

    This project is a general-purpose PHP utility library offering a collection of helper classes and functions for string manipulation, array and collection processing, data validation, filesystem operations, and image processing. It provides foundational toolkits designed to handle common development tasks through standardized APIs. The library is distinguished by specialized subsystems for programmatic HTML generation and secure element construction, runtime code reflection, and object-oriented utilities such as virtual property management and event callback triggers. It also includes cryptogr

    Filters, sorts, flattens, and transforms arrays and iterables with helper methods.

    PHParray-manipulationscomponentjson
    在 GitHub 上查看↗2,142
  • feross/bufferfeross 的头像

    feross/buffer

    1,883在 GitHub 上查看↗

    Buffer 是一个二进制数据操作库,提供了 Node.js 二进制数据应用程序编程接口(API)的浏览器兼容实现。它使开发者能够使用与服务器端标准一致的接口,在 Web 环境中创建、修改和处理原始二进制数据结构。 该库通过提供跨平台 JavaScript 开发的统一方法脱颖而出,允许在服务器和浏览器环境之间共享代码。它通过 Polyfill 标准二进制方法并扩展原生字节数组原型来实现这一点,确保开发者可以在不依赖特定环境实现的情况下管理内存和数据结构。 该工具包包括用于处理字节序感知数据访问和执行零拷贝切片以在不复制有效载荷的情况下操作内存段的工具。它还通过促进缓冲区、类型化数组和 Blob 之间的转换来支持广泛的数据兼容性,确保二进制数据可以在不同的 Web 界面和存储格式之间交换。

    Provides a collection of methods for converting and processing binary data formats across different browser interfaces.

    JavaScriptbrowserbrowserifybuffer
    在 GitHub 上查看↗1,883
  1. Home
  2. Programming Languages & Runtimes
  3. Programming Utilities
  4. Data Structure and Type Helpers
  5. Data Structures
  6. Array Processing Utilities

探索子标签

  • Array Enumeration UtilitiesTools for pairing array elements with their corresponding indices starting from a specified value.
  • Array Filtering Methods2 个子标签Methods for generating new arrays by filtering existing elements based on a provided test function.