This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, feature_8 has been updated
via 2850492b066ed5c07e66df2db5cdf8e8882acf9e (commit)
from 550391d216beaf8e2eb21fb45322fade97f8261e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2850492b066ed5c07e66df2db5cdf8e8882acf9e
Author: Sylvain Bougerel <syl...@gm...>
Date: Tue Dec 15 00:07:46 2015 +0800
Increased the performance of ordered_iterator by 50% on average, for both iteration and finding the first. Updated the TODO list with better ideas.
-----------------------------------------------------------------------
Summary of changes:
TODO | 47 +-
doc/manual/main.dox | 19 -
src/bits/spatial_assert.hpp | 8 +-
src/bits/spatial_closed_region.hpp | 25 -
src/bits/spatial_enclosed_region.hpp | 57 --
src/bits/spatial_neighbor.hpp | 5 +-
src/bits/spatial_open_region.hpp | 21 -
src/bits/spatial_ordered.hpp | 1210 ++++++++---------------------
src/bits/spatial_region.hpp | 53 +--
src/equal_iterator.hpp | 9 -
src/mapping_iterator.hpp | 4 +-
src/ordered_iterator.hpp | 621 ++++-----------
src/spatial.hpp | 24 +-
tests/performance/ordered_performance.cpp | 12 +-
tests/verify/spatial_test_fixtures.hpp | 33 +-
tests/verify/verify_ordered.cpp | 21 +-
16 files changed, 574 insertions(+), 1595 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
|