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
iboB avatar

iboB/itlib

0
View on GitHub↗
208 stars·16 forks·C++·MIT·9 views

Itlib

A collection of std-like single-header C++ libraries

Features

  • Core Frameworks - Collection of standard-like header-only utilities.
  • Data Structures - Standard-container-like helpers.
  • Standard Libraries - Collection of lightweight, header-only standard-like utilities.
  • Standard Library Extensions - Standard-library-like container extensions.

Star history

Star history chart for ibob/itlibStar history chart for ibob/itlib

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

Open-source alternatives to Itlib

Similar open-source projects, ranked by how many features they share with Itlib.
  • 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
  • etlcpp/etlETLCPP avatar

    ETLCPP/etl

    3,043View on GitHub↗

    Embedded Template Library

    C++
    View on GitHub↗3,043
See all 30 alternatives to Itlib→

Frequently asked questions

What does ibob/itlib do?

A collection of std-like single-header C++ libraries

What are the main features of ibob/itlib?

The main features of ibob/itlib are: Core Frameworks, Data Structures, Standard Libraries, Standard Library Extensions.

What are some open-source alternatives to ibob/itlib?

Open-source alternatives to ibob/itlib include: electronicarts/eastl — EASTL is a C++ Standard Template Library implementation consisting of containers, iterators, and algorithms. It… facebook/folly — Folly is a collection of high-performance C++ components designed as an extension to the C++ Standard Library for… 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. etlcpp/etl — Embedded Template Library. mariadeanton/mili — MiLi A set of minimal libraries composed only by 1 header file each. Copyright (C) 2009 - 2013 Daniel Gutson et al,…