mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-09 23:24:02 +00:00
[index][doc] Small docs improvements.
This commit is contained in:
parent
90fcd83f30
commit
bd7b7da000
@ -56,8 +56,10 @@ The examples of structures of trees created by use of different algorithms and e
|
||||
[[*100k knn queries*] [6.37s] [2.09s] [0.64s] [0.52s]]
|
||||
]
|
||||
|
||||
The configuration of the machine used for testing was: /Intel(R) Core(TM) i7 870 @ 2.93GHz, 8GB RAM, MS Windows 7 x64/.
|
||||
The code was compiled with optimization for speed (`O2`).
|
||||
|
||||
The performance of the R-tree for different values of Max parameter and Min=0.5*Max is presented in the table below.
|
||||
The configuration of the machine used for testing is: /Intel(R) Core(TM) i7 870 @ 2.93GHz, 8GB RAM, MS Windows 7 x64/.
|
||||
In the two upper figures you can see the performance of the __rtree__ storing random, relatively small, non-overlapping, 2d boxes.
|
||||
In the lower ones, the performance of the __rtree__ also storing random, 2d boxes, but this time quite big and possibly overlapping.
|
||||
As you can see, the __rtree__ performance is different in both cases.
|
||||
|
@ -126,7 +126,8 @@ container, the default IndexableGetter translates from <tt>std::pair<Box, int> c
|
||||
\par EqualTo
|
||||
The object of EqualTo type compares Values and returns <tt>true</tt> if they're equal. It's similar to <tt>std::equal_to<></tt>.
|
||||
The default EqualTo returns the result of <tt>boost::geometry::equals()</tt> for types adapted to some Geometry concept
|
||||
defined in Boost.Geometry and the result of operator= for other types. Components of Pairs and Tuples are compared left-to-right.
|
||||
defined in Boost.Geometry and the result of <tt>operator==</tt> for other types.
|
||||
Components of Pairs and Tuples are compared left-to-right.
|
||||
|
||||
\tparam Value The type of objects stored in the container.
|
||||
\tparam Parameters Compile-time parameters.
|
||||
|
Loading…
x
Reference in New Issue
Block a user