boostorg/boost

Super-project for modularized Boost

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 53 minutes ago
Added to GitGenius on September 7th, 2026
Created on January 13th, 2013
Open Issues & Pull Requests: 231 (+0)
GitHub issues: Enabled
Number of forks: 1,945
Total Stargazers: 8,567 (+0)
Total Subscribers: 306 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 21.4 hours
Mean response time: 53.5 days
90th percentile: 117.3 days
Tracked items: 101

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 99% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 3% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 99
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 520 days
Stale 30+ days: 95
Stale 90+ days: 90

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 1

Top labels

No label distribution available yet.

Most active issues this week

Detailed Description

Boost is a collection of peer-reviewed C++ libraries that extend the C++ Standard Library with widely applicable functionality across diverse application domains. The project solves the problem of needing robust, well-tested implementations for common programming tasks by providing free, open-source libraries that integrate seamlessly with standard C++. Each library undergoes peer review to ensure quality and portability, and the collection is designed to work well alongside the standard library rather than replace it.

Developers should adopt Boost when building C++ applications that benefit from established solutions for tasks like memory management, string processing, data structures, concurrency, and mathematical operations. The libraries suit projects ranging from systems programming to application development, and the permissive license allows both commercial and non-commercial use without requiring attribution for binary distributions. The modularized structure means you can adopt individual libraries relevant to your needs rather than committing to the entire collection.

The project maintains a distributed development model across multiple library maintainers and contributors. Development activity shows consistent engagement with the codebase through regular updates and refinements. The project sustains active communication channels and processes for library proposals and improvements. Maintenance spans a broad range of libraries with varying levels of activity, reflecting the diverse nature of the collection and the distributed responsibility model among library authors.