bloomberg/bde
Basic Development Environment - a set of foundational C++ libraries used at Bloomberg. observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5045
- days_rel: n/a
- days_push: 8
- n_releases_24m: 0
Adoption not part of the score
1838 stars · 341 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
BDE (Basic Development Environment) is Bloomberg's set of foundational C++ libraries, comprising BSL (Basic Standard Library), BDL (Basic Development Library), BAL (Basic Application Library), and BBL (Basic Business Library). It provides battle-tested building blocks such as allocators, containers, smart pointers, date/time utilities, JSON handling, and application-level primitives used across Bloomberg's C++ codebase.
Use cases
- build C++ applications with production-grade foundational libraries
- use polymorphic allocators and custom memory management in C++
- get reliable date/time, JSON, and container utilities for C++
- adopt a consistent C++ coding and library framework across a large codebase
- replace ad-hoc C++ utility code with a mature, tested library suite
- build cross-platform C++ services with a common application library
When to choose
- you are writing substantial C++ applications or services and want Bloomberg-grade foundational libraries
- you need fine-grained control over memory allocation via polymorphic allocators
- you want a coherent, internally consistent set of C++ libraries rather than assembling many small ones
- you are already in an ecosystem (e.g., Bloomberg's open-source tools) that builds on BDE
When to avoid
- you only need a single small utility and prefer lightweight header-only libraries
- your project is tightly coupled to the C++ standard library and STL idioms without room for BDE conventions
- you cannot adopt BDE's build system and coding conventions
- you are working in a language other than C++
Facets
library · maturity stable
developer-tools concurrency serialization logging testing caching error-handling configuration-management developer-tools backend cross-platform performance cpp cross-platform windows cpp11 allocators polymorphic-allocators bsl bdl bal bbl bloomberg foundational-libraries cmake-build memory-management containers datetime json algorithms linux macos
1 source
- readme: https://github.com/bloomberg/bde · fetched 2026-08-28 · b9f2beb2bff1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bloomberg/bde | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem