awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesArray Construction Utilities

Functions for creating arrays from collections and appending or prepending items to existing arrays or lists.

Distinct from Array Operations: Distinct from general Array Operations: focuses specifically on construction and concatenation, not querying or modification.

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

Awesome Array Construction Utilities GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • carp-lang/carpAvatar carp-lang

    carp-lang/Carp

    5,815Vezi pe GitHub↗

    Carp is a statically typed Lisp compiler that compiles Lisp-like syntax directly to C source code, enabling seamless integration with existing C libraries and low-level system programming. It manages memory deterministically at compile time using ownership tracking and linear types, eliminating garbage collection pauses and runtime overhead while ensuring type safety through an inferred static type system. The language distinguishes itself through compile-time macro expansion and metaprogramming capabilities, allowing code generation and transformation before final binary output. It enforces

    Provides functions for building arrays and lists from collections of elements.

    Haskellfunctionalfunctional-programminggame-development
    Vezi pe GitHub↗5,815
  • kuzudb/kuzuAvatar kuzudb

    kuzudb/kuzu

    3,965Vezi pe GitHub↗

    Kùzu is an embedded property graph database engine designed for high-performance analytical queries and local data management. It operates as a library within the host application process, utilizing a columnar-based storage architecture and just-in-time query compilation to execute complex graph traversals and pattern matching efficiently. By mapping database files directly into system memory, it ensures data durability and high-speed access while maintaining ACID-compliant transactional integrity. The engine distinguishes itself by integrating vector similarity search and full-text search di

    Provides utilities for constructing array structures from lists of values.

    C++cypherdatabaseembeddable
    Vezi pe GitHub↗3,965
  • mne-tools/mne-pythonAvatar mne-tools

    mne-tools/mne-python

    3,243Vezi pe GitHub↗

    MNE-Python is an open-source Python library for processing, visualizing, and analyzing human neurophysiological data, including MEG, EEG, sEEG, ECoG, and NIRS recordings. It provides a comprehensive framework for loading data from over 30 proprietary file formats into a common hierarchical FIF data structure, and represents all time-series data as NumPy arrays for seamless integration with the scientific Python ecosystem. The library is built around object-oriented data containers that encapsulate raw, epoched, evoked, and source data with built-in preprocessing and visualization methods. The

    Constructs Raw, Epochs, and Evoked objects directly from NumPy arrays with user-defined channel information.

    Pythonecogeegelectrocorticography
    Vezi pe GitHub↗3,243
  1. Home
  2. Programming Languages & Runtimes
  3. Language Features and Paradigms
  4. Language Features
  5. Array Operations
  6. Array Construction Utilities

Explorează sub-etichetele

  • Neurophysiological Data Object ConstructorsConstructs Raw, Epochs, and Evoked objects directly from NumPy arrays with user-defined channel information. **Distinct from Array Construction Utilities:** Distinct from generic Array Construction Utilities: builds domain-specific neurophysiological data containers (Raw, Epochs, Evoked) from arrays, not general-purpose array creation.