awesome-repositories.com
Blog
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
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesPointer-Based Memory Access

Extracting data from raw pointers and serializing values into buffers for native consumption.

Distinct from Native Buffer Transfers: Focuses on the direct manipulation and extraction of data from raw pointers, beyond just zero-copy transfers.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Pointer-Based Memory Access. Refine with filters or upvote what's useful.

Awesome Pointer-Based Memory Access GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • node-ffi/node-ffiAvatar node-ffi

    node-ffi/node-ffi

    4,322Vezi pe GitHub↗

    node-ffi is a foreign function interface library for Node.js that enables calling functions from native C dynamic libraries without writing manual C++ bindings. It serves as a system for loading shared objects and DLLs into process memory, translating JavaScript values into binary representations, and executing external binaries at runtime. The project utilizes a wrapper around the libffi library to construct call frames and execute native functions with dynamic arguments. It distinguishes itself by providing a native memory manager for allocating raw pointers and a mapping system that connec

    Implements direct manipulation and extraction of data from raw pointers to handle C structs across the language boundary.

    JavaScript
    Vezi pe GitHub↗4,322
  • janet-lang/janetAvatar janet-lang

    janet-lang/janet

    4,308Vezi pe GitHub↗

    Janet is a Lisp-based dynamic programming language featuring a register-based bytecode virtual machine and an embeddable scripting engine. It functions as a fiber-based concurrency runtime and includes a parsing engine based on Parsing Expression Grammars. The project is distinguished by its ability to be integrated into C or C++ applications via a minimal header interface. It utilizes a Lisp-style macro system for compile-time code transformation and employs prototype-based table inheritance for object-oriented behavior. The runtime covers a broad set of capabilities, including asynchronous

    Allows serializing values into buffers and extracting data directly from raw pointers for native consumption.

    Ccfunctional-languageimperative-language
    Vezi pe GitHub↗4,308
  1. Home
  2. Software Engineering & Architecture
  3. Memory Buffering
  4. Native Buffer Transfers
  5. Pointer-Based Memory Access