Ross ROSS = Recommend OSS · open-source software intelligence for agents

microsoft/GSL

Guidelines Support Library observed · 2026-08-28

github.com/microsoft/GSL · C++ · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

91/100

  • Activity 99
  • Release rhythm 75
  • Longevity 100

Flags: no_license

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: 146.5
  • age_days: 4033
  • days_rel: 7
  • days_push: 7
  • n_releases_24m: 5

Full methodology

Adoption not part of the score

6710 stars · 772 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Microsoft's implementation of the Guidelines Support Library (GSL), a header-only C++14 library of types and functions recommended by the C++ Core Guidelines. It provides safety-oriented utilities such as not_null pointers, bounds-checked span views, and zstring types.

Use cases

  • enforce non-null pointer guarantees in C++ code
  • get bounds-checked views over contiguous memory
  • adopt C++ Core Guidelines types in my project
  • replace raw pointers with safer alternatives
  • add span-like containers to a C++14 codebase

When to choose

  • you follow the C++ Core Guidelines and want their recommended types
  • you need a lightweight, header-only safety library with no dependencies
  • you want bounds-checked spans on pre-C++20 compilers

When to avoid

  • you only target C++20+ and can rely on std::span and std::not_null alternatives
  • you need a large general-purpose utility library like Boost
  • your project cannot use the Microsoft license terms

Facets

library · maturity stable

developer-tools type-system error-handling developer-tools programming-languages cpp cross-platform cpp-core-guidelines header-only span not-null bounds-safety algorithms

1 source

Member repositories

RepositoryRoleHealth v2
microsoft/GSLmain91

For agents

markdown · JSON · MCP: product_card(name="microsoft/GSL")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem