awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesDeferred Evaluation

Techniques for delaying the resolution of recursive data structures until the generation process.

Distinct from Recursive Structure Processors: Distinct from Recursive Structure Processors as it focuses on lazy evaluation during generation rather than traversal of existing structures.

Explore 1 awesome GitHub repository matching data & databases · Deferred Evaluation. Refine with filters or upvote what's useful.

Awesome Deferred Evaluation GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • hypothesisworks/hypothesisAvatar de HypothesisWorks

    HypothesisWorks/hypothesis

    8,717Ver en GitHub↗

    Hypothesis is a Python property-based testing library and data generation engine. It enables the discovery of edge cases and bugs by generating a wide range of randomized inputs based on defined strategies and shrinking complex failing examples to their smallest possible form. It also functions as a state machine testing framework to verify system behavior across sequences of interdependent operations. The project features a fuzzing integration layer that converts raw byte buffers from coverage-guided fuzzers into structured test cases. It includes a persistence mechanism to store and synchro

    Handles deeply nested data using lazy definitions that resolve strategies only during the generation process.

    Pythonfuzzingproperty-based-testingpython
    Ver en GitHub↗8,717
  1. Home
  2. Data & Databases
  3. Recursive Structure Processors
  4. Deferred Evaluation