2 रिपॉजिटरी
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.
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.
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.