Skip to main content

yyaml

High-performance YAML parsing in C with C++ bindings

A blazing-fast YAML parser written in C with comprehensive C++ and Python bindings. Perfect for performance-critical applications and embedded systems.

config.yaml
server:
  host: localhost
  port: 8080
  features:
    - authentication
    - rate_limiting

database:
  connection_string: postgresql://...
  pool_size: 10

Why Choose yyaml?

Built for developers who demand performance and reliability

🚀 High Performance

yyaml provides high-performance YAML parsing in C with optimized C++ bindings for maximum speed and efficiency. Built for performance-critical applications.

🌐 Multi-Language Support

Available in C, C++, and Python with consistent APIs across all languages for seamless integration. Write once, use everywhere.

💾 Memory Efficient

Designed with memory efficiency in mind, making it suitable for both embedded systems and large-scale applications. Minimal footprint, maximum power.