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_4 has been updated
via f35ad82895dff0483104057bc73a8e305e9e128f (commit)
via 870475828ded8d8a40998376a2e5e6cc59558393 (commit)
via 8ddbbe494d74d61e54df653c876e3a34d24ee2d8 (commit)
via a265532c04968df24ded32a4535a97600c623189 (commit)
via 5800f3b754b9a4735cf0fa88b903fefed9376323 (commit)
from 988256e42595caee4a4fda31a61ea5cbdc9ca715 (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 f35ad82895dff0483104057bc73a8e305e9e128f
Author: Sylvain Bougerel <syl...@gm...>
Date: Tue Mar 4 23:45:17 2014 +0800
Almost compiling the mapping
commit 870475828ded8d8a40998376a2e5e6cc59558393
Author: Sylvain Bougerel <syl...@gm...>
Date: Sat Mar 1 19:51:29 2014 +0800
New algorithms layed out. Just need to compile
commit 8ddbbe494d74d61e54df653c876e3a34d24ee2d8
Author: Sylvain Bougerel <syl...@gm...>
Date: Sun Feb 23 19:30:35 2014 +0800
Improving the mapping iterator, still writing increment_mapping()
commit a265532c04968df24ded32a4535a97600c623189
Author: Sylvain Bougerel <syl...@gm...>
Date: Mon Feb 10 00:56:03 2014 +0800
Remodled a bit the transaction for equal. Now looks more generic.
commit 5800f3b754b9a4735cf0fa88b903fefed9376323
Author: Sylvain Bougerel <syl...@gm...>
Date: Fri Jan 31 23:10:17 2014 +0800
Cleaned up the code after validating the performance of the new algorithm
-----------------------------------------------------------------------
Summary of changes:
TODO | 6 +-
examples/CMakeLists.txt | 1 +
...ind_performance.cpp => mapping_performance.cpp} | 25 +-
src/bits/spatial_assign.hpp | 12 +-
src/bits/spatial_bidirectional.hpp | 51 +-
src/bits/spatial_equal.hpp | 756 +++----------
src/bits/spatial_kdtree.hpp | 75 +-
src/bits/spatial_mapping.hpp | 1142 +++++++-------------
src/bits/spatial_node.hpp | 22 -
src/bits/spatial_ordered.hpp | 13 -
src/bits/spatial_preorder.hpp | 224 ++++
src/bits/spatial_rank.hpp | 29 +-
src/function.hpp | 4 +-
src/mapping_iterator.hpp | 636 ++++-------
src/ordered_iterator.hpp | 14 +
tests/bits/spatial_test_kdtree.hpp | 72 +-
tests/bits/spatial_test_relaxed_kdtree.hpp | 16 +-
17 files changed, 1148 insertions(+), 1950 deletions(-)
copy examples/performance/{find_performance.cpp => mapping_performance.cpp} (77%)
create mode 100644 src/bits/spatial_preorder.hpp
hooks/post-receive
--
UNNAMED PROJECT
|