🍺 BREW Explorer

← all formulae

blitz

brew install blitz v1.0.2 Artistic-2.0

Multi-dimensional array library for C++

12
30-day installs · #8041
18
90-day · #10051
62
365-day · #10482
417
★ GitHub stars · updated 2y ago

Build dependencies

GitHub topics

array array-manipulations blitz cpp-library high-performance hpc multi-dimensional-array numerical-calculations numerical-computation numerics partial-evaluators scientific-computing template-metaprogramming tensor vector

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "cmake"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Multi-dimensional array library for C++",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:35:54+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "blitz",
  "github_default_branch": "main",
  "github_last_commit_at": "2024-07-13T11:36:52Z",
  "github_readme_excerpt": "[![Github Actions Build Status](https://github.com/blitzpp/blitz/workflows/main/badge.svg?branch=main)](https://github.com/blitzpp/blitz/actions)\n[![Windows Build status](http://ci.appveyor.com/api/projects/status/github/blitzpp/blitz?branch=main\u0026svg=true)](https://ci.appveyor.com/project/blitzpp/blitz/branch/main)\n\n# IMPORTANT NOTICE\n\nBlitz++ written for the C++98 standard, and is not able to make use of the substantial benefits that came with C++11.  Although it works as well as ever, as of 2024, Blitz++ is thoroughly obsolete, which results in a number of annoyances when using it in modern C++ code.\n\nIn the meantime, Fortran-90 / NumPy style arrays have received high-level thought in the C++ Standards community, resulting in `std::mdspan`.  I highly recommend anyone starting a new project to consider this alternative before using Blitz++.  MDSpan is part of C++23 and in theory should be supported by popular compilers \"out of the box.\"  If your C++ compiler does not (yet) support MDSpan, I would try using the publicly available [Reference Implemenation](https://github.com/kokkos/mdspan).  Here is more information on MDSpan:\n\n* https://en.cppreference.com/w/cpp/container/mdspan\n* https://www.studyplan.dev/pro-cpp/mdspan\n* https://www.osti.gov/servlets/purl/1646434\n\nBlitz++ has not received new features for many years, and will not going forward either.  However, it is likely to be required for many years by a number of existing projects, and is provided here for users and developers of those projects.\n\n# Overview\n\nBlitz++ is a C++ template class library that provides high-performance multidimensional array containers\nfor scientific computing. \n\nBlitz++ has gone through some changes in location:\n\n 1. The original Blitz++ website was located at ``http://oonumerics.org/blitz`` \n    (archived at http://www.math.unipd.it/~michela/OP.htm).  \n\n 2. Blitz++ then moved to SourceForge, at http://www.sourceforge.net/projects/blitz.\n\n 3. The latest maintained version of Blitz++",
  "github_repo": "blitzpp/blitz",
  "github_stars": 417,
  "github_topics": [
    "array",
    "array-manipulations",
    "blitz",
    "cpp-library",
    "high-performance",
    "hpc",
    "multi-dimensional-array",
    "numerical-calculations",
    "numerical-computation",
    "numerics",
    "partial-evaluators",
    "scientific-computing",
    "template-metaprogramming",
    "tensor",
    "vector"
  ],
  "homepage": "https://github.com/blitzpp/blitz/wiki",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 12,
  "installs_365d": 62,
  "installs_90d": 18,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "Artistic-2.0",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "blitz",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 8041,
  "rank_365d": 10482,
  "rank_90d": 10051,
  "raw_hash": "8b212e2ae96d32ed",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/b/blitz.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [
    {
      "python": "build"
    }
  ],
  "version_head": "HEAD",
  "version_stable": "1.0.2",
  "versioned_formulae": [],
  "why_use_this": null
}