awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
ETLCPP avatar

ETLCPP/etl

0
View on GitHub↗
3,043 stars·523 forks·C++·MIT·15 viewswww.etlcpp.com↗

Etl

Embedded Template Library

Features

  • Core Embedded Libraries - Template library with compile-time object sizing.
  • Core Frameworks - Template library designed for embedded systems.
  • Embedded Utilities - Embedded Template Library for C++.
  • Standard Libraries - Template library optimized for embedded systems development.

Star history

Star history chart for etlcpp/etlStar history chart for etlcpp/etl

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does etlcpp/etl do?

Embedded Template Library

What are the main features of etlcpp/etl?

The main features of etlcpp/etl are: Core Embedded Libraries, Core Frameworks, Embedded Utilities, Standard Libraries.

What are some open-source alternatives to etlcpp/etl?

Open-source alternatives to etlcpp/etl include: electronicarts/eastl — EASTL is a C++ Standard Template Library implementation consisting of containers, iterators, and algorithms. It… ibob/itlib — A collection of std-like single-header C++ libraries. abseil/abseil-cpp — Abseil is a common utility library for C++ that provides foundational building blocks for applications. It serves as a… bloomberg/bde — Basic Development Environment - a set of foundational C++ libraries used at Bloomberg. facebook/folly — Folly is a collection of high-performance C++ components designed as an extension to the C++ Standard Library for… mariadeanton/mili — MiLi A set of minimal libraries composed only by 1 header file each. Copyright (C) 2009 - 2013 Daniel Gutson et al,…

Open-source alternatives to Etl

Similar open-source projects, ranked by how many features they share with Etl.
  • bloomberg/bdebloomberg avatar

    bloomberg/bde

    1,820View on GitHub↗

    Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.

    C++allocatorscppcpp-library
    View on GitHub↗1,820
  • electronicarts/eastlelectronicarts avatar

    electronicarts/EASTL

    9,273View on GitHub↗

    EASTL is a C++ Standard Template Library implementation consisting of containers, iterators, and algorithms. It provides cross-platform data structures and a template-based algorithm library designed for use in resource-constrained game engine environments. The library focuses on game engine memory management, providing specialized utilities that ensure predictable memory allocation and high-performance access for real-time applications. These containers maintain consistent behavior across different operating systems and hardware platforms. The project covers high-performance C++ development

    C++c-plus-plusc-plus-plus-11c-plus-plus-14
    View on GitHub↗9,273
  • abseil/abseil-cppabseil avatar

    abseil/abseil-cpp

    17,334View on GitHub↗

    Abseil is a common utility library for C++ that provides foundational building blocks for applications. It serves as a collection of optimized utility functions and data structures that augment the C++ standard library across different compiler versions. The library is distinguished by its high-performance containers, including SIMD-accelerated hash maps and sets for efficient key-value lookups. It also provides a comprehensive framework for computing absolute time points, durations, and timestamps across global time zones. The project covers a broad range of capability areas, including conc

    C++
    View on GitHub↗17,334
  • facebook/follyfacebook avatar

    facebook/folly

    30,412View on GitHub↗

    Folly is a collection of high-performance C++ components designed as an extension to the C++ Standard Library for large-scale production environments. It provides specialized toolkits for memory management, concurrency, asynchronous workflows, and low-latency input and output operations. The project distinguishes itself through the provision of lock-free containers and bounded queues to minimize contention in multi-threaded applications, alongside a framework for managing deferred computations using futures and promises. It further offers specialized memory arenas and optimized implementation

    C++
    View on GitHub↗30,412
See all 30 alternatives to Etl→