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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesCustom Data Structures

User-defined types and complex data organizations used within a programming language to group related information.

Distinct from Complex Data Organization: The candidates are focused on UI layouts, SEO markup, or organizational management rather than language-level data types like structs and maps.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Custom Data Structures. Refine with filters or upvote what's useful.

Awesome Custom Data Structures GitHub Repositories

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

    vyperlang/vyper

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

    Vyper is a security-focused, typed programming language and compiler designed for creating smart contracts that execute on the Ethereum Virtual Machine. It utilizes a Pythonic syntax to define contract logic and state, serving as a target for formal verification to allow for machine-checked proofs of correctness. The language distinguishes itself through strict architectural constraints that prioritize predictability and security. It enforces acyclic call graphs by prohibiting recursion and mandates bounded loops to ensure static gas prediction. Additionally, it features a native fixed-point

    Fluna uses structures and hash maps to organize related data points with unique identifiers.

    Pythonethereumethereum-dapplanguage
    GitHub पर देखें↗5,180
  • ralfbiedert/cheats.rsralfbiedert का अवतार

    ralfbiedert/cheats.rs

    4,539GitHub पर देखें↗

    cheats.rs is a Rust syntax reference and technical documentation resource provided as a static site. It serves as a curated collection of examples and patterns designed to assist with Rust language learning. The project covers a wide range of language constructs, including memory management, the use of generics, and the implementation of asynchronous logic. It provides guidance on defining data structures, managing memory references, and organizing code modules. Additional coverage includes patterns for control flow, pattern matching, and the use of macros, as well as instructions for perfor

    Explains how to organize data using named or numbered memory layouts to create custom types.

    Rustcheatsheetlanguagerust
    GitHub पर देखें↗4,539
  1. Home
  2. Programming Languages & Runtimes
  3. Custom Data Structures