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
Back to ibob/itlib

Open-source alternatives to Itlib

30 open-source projects similar to ibob/itlib, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Itlib alternative.

  • 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
  • slavenf/sfl-libraryslavenf avatar

    slavenf/sfl-library

    157View on GitHub↗

    C++11/20 library that provides staticvector, smallvector, staticmap, smallmap, flatmap, staticflatmap, smallflatmap, staticunorderedmap, smallunordered_map, etc.

    C++
    View on GitHub↗157
  • 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
  • mariadeanton/miliMariadeAnton avatar

    MariadeAnton/MiLi

    41View on GitHub↗

    MiLi A set of minimal libraries composed only by 1 header file each. Copyright (C) 2009 - 2013 Daniel Gutson et al, FuDePAN

    C++
    View on GitHub↗41
  • 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

AI search

Explore more awesome repositories

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

Find more with AI search
  • 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
  • etlcpp/etlETLCPP avatar

    ETLCPP/etl

    3,043View on GitHub↗

    Embedded Template Library

    C++
    View on GitHub↗3,043
  • nothings/stbnothings avatar

    nothings/stb

    33,970View on GitHub↗

    This project is a collection of portable, header-only C functions designed for integration into software projects without complex build dependencies or external linking requirements. It provides a suite of low-level utilities for graphics, audio, and data management, focusing on direct memory manipulation and zero-dependency portability. By utilizing a single-header distribution model, the library simplifies dependency management while allowing developers to maintain full control over memory allocation and binary size through compile-time configuration. The library distinguishes itself by off

    C
    View on GitHub↗33,970
  • johnthagen/min-sized-rustjohnthagen avatar

    johnthagen/min-sized-rust

    9,782View on GitHub↗

    This project is a collection of techniques and configurations for reducing the disk footprint of compiled Rust executables. It serves as a guide and toolset for binary size optimization, providing strategies to minimize the final executable size through compiler flags and configuration. The project focuses on aggressive size reduction strategies, including recompiling the standard library from source to prune unused functions and implementing no-standard-library modes for memory-constrained environments. It details how to eliminate runtime overhead by removing standard library entry points an

    Rustbinary-sizecargocontainers
    View on GitHub↗9,782
  • aio-libs/multidictA

    aio-libs/multidict

    0View on GitHub↗
    View on GitHub↗0
  • aniftyco/awesome-tailwindcssaniftyco avatar

    aniftyco/awesome-tailwindcss

    15,040View on GitHub↗

    😎 Awesome things related to Tailwind CSS

    appsawesomeawesome-list
    View on GitHub↗15,040
  • alpinejs/alpinealpinejs avatar

    alpinejs/alpine

    31,675View on GitHub↗

    This project is a declarative framework for building reactive user interfaces by embedding logic directly into HTML markup. It functions as a lightweight state container that tracks data changes and automatically synchronizes the document object model with the underlying application state. By utilizing proxy-based observation, it ensures that interface updates occur precisely when reactive properties are modified. The framework distinguishes itself by allowing developers to define interactive behavior through custom attributes rather than external scripts. This approach enables the compositio

    HTML
    View on GitHub↗31,675
  • ankurp/dollarankurp avatar

    ankurp/Dollar

    4,240View on GitHub↗

    Dollar is a functional programming library for Swift that provides a comprehensive toolkit for collection manipulation, string processing, mathematical calculations, and date and time management. It serves as a utility suite for filtering, aggregating, and restructuring arrays and dictionaries. The project implements functional programming patterns such as currying, memoization, and function composition. It also features a chainable wrapper interface that allows multiple data transformations to be applied sequentially before extracting a final result. The library covers a wide range of capab

    Swift
    View on GitHub↗4,240
  • annexi-strayline/asapannexi-strayline avatar

    annexi-strayline/ASAP

    7View on GitHub↗

    The ANNEXI-STRAYLINE AURA Public Repository

    View on GitHub↗7
  • aio-libs/janusaio-libs avatar

    aio-libs/janus

    963View on GitHub↗

    Thread-safe asyncio-aware queue for Python

    Pythonasynciomypyqueue
    View on GitHub↗963
  • adacore/gnatcoll-coreAdaCore avatar

    AdaCore/gnatcoll-core

    54View on GitHub↗

    This is the core module of the GNAT Components Collection. Please refer to the documentation in the docs/ directory.

    Ada
    View on GitHub↗54
  • alibaba/photonlibosalibaba avatar

    alibaba/PhotonLibOS

    1,200View on GitHub↗

    Probably the fastest coroutine lib in the world!

    C++
    View on GitHub↗1,200
  • attaswift/btreeattaswift avatar

    attaswift/BTree

    1,324View on GitHub↗

    Fast sorted collections for Swift using in-memory B-trees

    Swift
    View on GitHub↗1,324
  • arximboldi/immerarximboldi avatar

    arximboldi/immer

    2,854View on GitHub↗

    Postmodern immutable and persistent data structures for C++ — value semantics at scale

    C++
    View on GitHub↗2,854
  • alexdrone/storealexdrone avatar

    alexdrone/Store

    501View on GitHub↗

    Unidirectional, transactional, operation-based Store implementation.

    Swift
    View on GitHub↗501
  • aui-framework/auiaui-framework avatar

    aui-framework/aui

    568View on GitHub↗

    Declarative UI toolkit for modern C++20

    C++c-plus-plusc-plus-plus-20cmake
    View on GitHub↗568
  • barerose/dynarrB

    BareRose/dynarr

    0View on GitHub↗

    This is a header-only library, as such most of its functional documentation is contained within the "header section" of the source code in the form of comments. It is highly recommended that you read said documentation before using this library.

    View on GitHub↗0
  • bits-and-blooms/bitsetbits-and-blooms avatar

    bits-and-blooms/bitset

    1,505View on GitHub↗

    Go package implementing bitsets

    Go
    View on GitHub↗1,505
  • bits-and-blooms/bloombits-and-blooms avatar

    bits-and-blooms/bloom

    2,791View on GitHub↗

    Go package implementing Bloom filters, used by many important systems

    Go
    View on GitHub↗2,791
  • adafruit/circuitpythonadafruit avatar

    adafruit/circuitpython

    4,521View on GitHub↗

    CircuitPython is a specialized derivative of the MicroPython runtime designed as an embedded Python interpreter for microcontrollers. It provides a high-level language environment that allows for direct hardware access through a dedicated hardware abstraction layer and a Python microcontroller runtime. The project is distinguished by firmware that exposes the microcontroller as a native USB mass storage device. This allows users to edit code directly on the device as if it were a removable drive, eliminating the need for specialized flashing tools and enabling filesystem-triggered code reload

    C
    View on GitHub↗4,521
  • bmfe/erosbmfe avatar

    bmfe/eros

    1,991View on GitHub↗

    WEEX-EROS

    Vue
    View on GitHub↗1,991
  • boostorg/hanaboostorg avatar

    boostorg/hana

    1,842View on GitHub↗

    Your standard library for metaprogramming

    C++
    View on GitHub↗1,842
  • boostorg/leafboostorg avatar

    boostorg/leaf

    339View on GitHub↗

    Lightweight Error Augmentation Framework

    C++
    View on GitHub↗339
  • boostorg/mp11boostorg avatar

    boostorg/mp11

    287View on GitHub↗

    C++11 metaprogramming library

    C++
    View on GitHub↗287
  • arjarav98/dynavarArjArav98 avatar

    ArjArav98/DynaVar

    7View on GitHub↗

    DynaVar is a project, written wholly in C++, whose main objective is to create a user-defined data structure capable of storing all primitive data-types.

    C++
    View on GitHub↗7