awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasBlogMapa del sitio
ProyectoAcerca dePrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Categorías

2 repositorios

Awesome GitHub RepositoriesStructural Analysis

Calculates properties of nested data structures such as depth, atom counts, and element frequencies.

Distinct from Nested Data Extractors: Distinct from Nested Data Extractors by calculating metadata and structural properties rather than just retrieving specific values.

Explore 2 awesome GitHub repositories matching data & databases · Structural Analysis. Refine with filters or upvote what's useful.

Awesome Structural Analysis GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • norvig/paip-lispAvatar de norvig

    norvig/paip-lisp

    7,465Ver en GitHub↗

    This project is a comprehensive Lisp AI implementation library that provides reference implementations for various artificial intelligence paradigms and symbolic algorithms. It functions as a multi-purpose toolkit containing a logic programming engine, a natural language processing suite, and a symbolic mathematics toolkit. The library is distinguished by its diverse architectural frameworks, including a Prolog-style execution engine that uses unification and goal-driven backtracking, and a system for simulating human decision-making through expert system shells and certainty factors. It also

    Deno Data Processing traverses a nested data structure to count atoms, calculate depth, or tally occurrences of an item.

    Common Lisp
    Ver en GitHub↗7,465
  • sebastianbergmann/object-enumeratorAvatar de sebastianbergmann

    sebastianbergmann/object-enumerator

    6,537Ver en GitHub↗

    Object-enumerator is a data structure crawler and enumeration library designed to discover and list all objects stored within deep or circular data references. It functions as a traversal tool that recursively walks through nested arrays and object graphs to identify every individual referenced object. The library flattens complex hierarchical data structures into a linear collection of unique objects. This process enables data structure analysis and memory reference mapping by tracing all objects connected to a root element to understand the overall composition of a data set.

    Analyzes the structural composition of deeply nested arrays and object graphs to identify all unique contained objects.

    PHP
    Ver en GitHub↗6,537
  1. Home
  2. Data & Databases
  3. Nested Data Extractors
  4. Structural Analysis