From 8a402c76727abaaaa406ce57b2cc11a4a01eb52d Mon Sep 17 00:00:00 2001 From: Hans Dembinski Date: Fri, 23 Apr 2021 15:20:59 +0200 Subject: [PATCH] minor update of readme2 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34ef1063..bee98283 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ![](doc/logo/color.svg) -**Fast hackable multi-dimensional generalised histograms with convenient interface** +**Multi-dimensional generalised histograms with convenient interface** Coded with ❤. Powered by the [Boost community](https://www.boost.org) and the [Scikit-HEP Project](http://scikit-hep.org). Licensed under the [Boost Software License](http://www.boost.org/LICENSE_1_0.txt). @@ -23,9 +23,10 @@ Boost.Histogram is a very fast state-of-the-art multi-dimensional generalised [h * Header-only * Easy to use, easy to customise +* Designed for performance * Just count or use accumulators to compute means, minimum, maximum, ... * Supports multi-threading and restricted environments (no heap allocation, exceptions or RTTI) -* Open modular design, hacker-friendly +* Open hacker-friendly modular design * Has [official Python bindings](https://github.com/scikit-hep/boost-histogram) Check out the [full documentation](https://www.boost.org/doc/libs/master/libs/histogram/doc/html/index.html).