mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-11 21:24:14 +00:00
Update README.md
This commit is contained in:
parent
046d113c0b
commit
ddcb858d00
@ -1,6 +1,6 @@
|
||||
# Histogram
|
||||
|
||||
Fast n-dimensional histogram with convenient interface for C++ and Python
|
||||
**Fast n-dimensional histogram with convenient interface for C++ and Python**
|
||||
|
||||
[](https://travis-ci.org/HDembinski/histogram)
|
||||
|
||||
@ -8,6 +8,8 @@ This project contains an easy-to-use powerful n-dimensional histogram class impl
|
||||
|
||||
My goal is to submit this project to [Boost](http://www.boost.org), that's why it uses the Boost directory structure and namespace. The code is released under the [Boost Software License](http://www.boost.org/LICENSE_1_0.txt).
|
||||
|
||||
[Full documentation](https://htmlpreview.github.io/?https://raw.githubusercontent.com/HDembinski/histogram/master/doc/html/index.html) is available, a summary is given below.
|
||||
|
||||
### Dependencies
|
||||
|
||||
* [Boost](http://www.boost.org)
|
||||
@ -50,7 +52,7 @@ The following table shows results of a simple benchmark against
|
||||
|
||||
* `histogram` and `histogramdd` from the Python module `numpy`
|
||||
|
||||
The benchmark against ROOT is implemented in C++, the benchmark against numpy in Python. For a full discussion of the benchmark, see `docs/html/notes.html`.
|
||||
The benchmark against ROOT is implemented in C++, the benchmark against numpy in Python. For a full discussion of the benchmark, see the section *Notes* in the documentation.
|
||||
|
||||
Test system: Intel Core i7-4500U CPU clocked at 1.8 GHz, 8 GB of DDR3 RAM
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user