awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 रिपॉजिटरी

Awesome GitHub RepositoriesDynamic Data Structures

Lightweight containers for managing arrays, maps, and buffers.

Distinguishing note: Focuses on low-level C data structures rather than high-level database systems.

Explore 8 awesome GitHub repositories matching data & databases · Dynamic Data Structures. Refine with filters or upvote what's useful.

Awesome Dynamic Data Structures GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • nothings/stbnothings का अवतार

    nothings/stb

    33,970GitHub पर देखें↗

    This project is a collection of portable, header-only C functions designed for integration into software projects without complex build dependencies or external linking requirements. It provides a suite of low-level utilities for graphics, audio, and data management, focusing on direct memory manipulation and zero-dependency portability. By utilizing a single-header distribution model, the library simplifies dependency management while allowing developers to maintain full control over memory allocation and binary size through compile-time configuration. The library distinguishes itself by off

    Manages dynamic arrays, hash maps, and string buffers for low-level environments.

    C
    GitHub पर देखें↗33,970
  • idnan/bash-guideIdnan का अवतार

    Idnan/bash-guide

    12,300GitHub पर देखें↗

    This project is a comprehensive educational resource and technical guide for Bash shell programming and command-line operations. It serves as a programming guide, scripting reference, and tutorial for navigating Unix-like terminal environments. The documentation covers a broad range of system administration and automation tasks, including remote server administration via secure shell connections and the management of system processes and resources. It provides detailed instructions on executing remote commands and performing secure file transfers between hosts. The guide details core scripti

    Provides a system for storing and manipulating values using untyped variables and indexed arrays.

    GitHub पर देखें↗12,300
  • adambard/learnxinyminutes-docsadambard का अवतार

    adambard/learnxinyminutes-docs

    12,287GitHub पर देखें↗

    This project is a collection of programming language references and syntax cheat sheets designed for rapid developer onboarding. It serves as a library of code-based documentation that uses valid source code files to provide whirlwind tours of various language specifications. The project focuses on programming language learning by providing concise, commented code examples that explain core features and syntax in place. This approach enables developers to quickly grasp language-specific patterns, data types, and execution flow through a consistent reference format. The content covers a broad

    Illustrates how shells handle variables and arrays including indirect expansion techniques.

    Markdown
    GitHub पर देखें↗12,287
  • mozilla-firefox/firefoxmozilla-firefox का अवतार

    mozilla-firefox/firefox

    11,305GitHub पर देखें↗

    Firefox is a cross-platform web browser engine designed to render web content, execute JavaScript, and manage secure browsing sessions. It utilizes a multi-process isolation architecture that distributes browser tasks across independent operating system processes to ensure stability and prevent site-specific failures from impacting the entire application. The engine incorporates a sandboxed execution environment to restrict web content and untrusted scripts to isolated memory compartments, enforcing security policies that prevent unauthorized access to system resources. The project distinguis

    Stores values and objects using optimized structures that share property definitions to reduce memory usage.

    JavaScript
    GitHub पर देखें↗11,305
  • kanaka/malkanaka का अवतार

    kanaka/mal

    10,665GitHub पर देखें↗

    This project is a Lisp interpreter implementation guide and framework designed to teach the core principles of programming language design. It provides a structured, step-by-step technical framework for building a functional Lisp language from scratch, featuring a specialized interpreter engine and an S-expression parser that converts syntax into abstract syntax trees. The project emphasizes a code-as-data metaprogramming framework, enabling the implementation of macros, quoting, and quasiquoting to transform expressions during evaluation. It is designed with host language agnosticism, allowi

    Utilizes dynamic data structures such as maps, lists, vectors, and atoms to manage internal state.

    Assemblybashcc-plus-plus
    GitHub पर देखें↗10,665
  • walkccc/clrswalkccc का अवतार

    walkccc/CLRS

    5,060GitHub पर देखें↗

    This repository is a comprehensive collection of fully worked solutions to exercises and problems from the standard algorithms textbook by Cormen, Leiserson, Rivest, and Stein (CLRS). It serves as an educational reference for algorithm design and analysis, providing step-by-step reasoning, pseudocode, and mathematical proofs for a wide range of topics. The content spans core computer science areas: algorithm analysis with asymptotic notation, recurrence solving, and amortized cost analysis; data structure implementation and operations for binary search trees, red-black trees, B-trees, Fibonac

    Covers minimum gap maintenance in dynamic sets, node depth tracking, and insertion into sorted arrays.

    Markdownclrsintroduction-to-algorithmssolutions
    GitHub पर देखें↗5,060
  • oils-for-unix/oilsoils-for-unix का अवतार

    oils-for-unix/oils

    3,288GitHub पर देखें↗

    Oils is a Unix shell interpreter and scripting language runtime that combines a modern shell language with POSIX and Bash compatibility. It functions as a structured data shell, integrating JSON and J8 formats to manage complex data without relying on string parsing. The system is distinguished by a C++ transpiled interpreter that converts a subset of Python source code into strongly typed C++ for high-performance execution. It features a garbage-collected typed runtime that supports prototype-based polymorphism, lexical closures, and reference-based variable mutation. To decouple shell logic

    Provides native support for initializing and assigning values to arrays and variables within the shell environment.

    Python
    GitHub पर देखें↗3,288
  • simd-lite/simd-jsonsimd-lite का अवतार

    simd-lite/simd-json

    1,402GitHub पर देखें↗

    This project is a high-performance JSON parsing library for Rust that utilizes hardware-accelerated instructions to process complex data structures. It functions as a type-safe serialization tool, mapping raw JSON strings into native language objects while providing the flexibility to handle dynamic document structures when schemas are unknown or frequently changing. The library distinguishes itself through its use of SIMD-accelerated parsing and bitmask-based structural identification, which allow it to scan and tokenize documents by processing multiple bytes simultaneously. It employs runti

    Creates flexible document structures for accessing and manipulating data when the underlying schema remains unknown or changes frequently.

    Rusthacktoberfestjsonrust
    GitHub पर देखें↗1,402
  1. Home
  2. Data & Databases
  3. Dynamic Data Structures

सब-टैग एक्सप्लोर करें

  • Dynamic Data RepresentationsOptimized structures for storing values and objects to reduce memory usage. **Distinct from Dynamic Data Structures:** Distinct from general dynamic data structures: focuses on memory-optimized property sharing.
  • Dynamic Document StructuresProvides flexible access to data when the underlying schema remains unknown or changes frequently. **Distinct from Dynamic Data Structures:** Distinct from Dynamic Data Structures: focuses on the representation of flexible JSON documents rather than low-level C containers.
  • Shell Variables and ArraysManagement of untyped variables and indexed arrays within a shell environment. **Distinct from Dynamic Data Structures:** Specific to shell-level data storage rather than low-level C data structures