awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Type Safety Patterns · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesType Safety Patterns

Design patterns for improving type safety in smart contract arithmetic.

Distinguishing note: Focuses on architectural patterns like NewType rather than general utility functions.

Explore 1 awesome GitHub repository matching software engineering & architecture · Type Safety Patterns. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Type Safety Patterns

Awesome Type Safety Patterns GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • uber-go/zap

    uber-go/zap

    24,329View on GitHub↗

    Zap is a high-performance structured logging library designed for production environments. It provides a framework for generating machine-readable logs that minimize memory overhead and CPU usage, allowing for efficient event analysis and system monitoring. The library distinguishes itself through a focus on zero-allocation logging, utilizing buffer pooling to reduce garbage collection pressure during high-frequency operations. It enforces strict data typing through compile-time checks and structured field encoding, which ensures consistent output without the performance cost of reflection-ba

    Enforces correct log field types at compile time using generic interfaces and functional options.

    Gogolangloggingstructured-logging
    24,329View on GitHub↗