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

MariadeAnton/MiLi

0
View on GitHub↗
41 stars·8 forks·C++·BSL-1.0·8 views

MiLi

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

Features

  • Core Frameworks - Minimalist header-only utility library.
  • Standard Libraries - Minimalist header-only library for common C++ utilities.

Star history

Star history chart for mariadeanton/miliStar history chart for mariadeanton/mili

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 MiLi

Similar open-source projects, ranked by how many features they share with MiLi.
  • 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 MiLi→

Frequently asked questions

What does mariadeanton/mili do?

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

What are the main features of mariadeanton/mili?

The main features of mariadeanton/mili are: Core Frameworks, Standard Libraries.

What are some open-source alternatives to mariadeanton/mili?

Open-source alternatives to mariadeanton/mili 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. ibob/itlib — A collection of std-like single-header C++ libraries.