mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-09 14:57:57 +00:00
minor update of readme2
This commit is contained in:
parent
5af2e2970b
commit
8a402c7672
@ -7,7 +7,7 @@
|
||||
|
||||

|
||||
|
||||
**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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user