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, master has been updated
via 4e35896aab497610bfaf9dd9fc377095d35df02a (commit)
from 11f52c225381530b1ae8a7fac9d76d376fba895b (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 4e35896aab497610bfaf9dd9fc377095d35df02a
Author: Sylvain Bougerel <syl...@gm...>
Date: Thu Nov 7 09:13:30 2013 +0800
While creating the performance example, I realized there is a bug on the copy and rebalancing of the trees. Fixing it now.
-----------------------------------------------------------------------
Summary of changes:
examples/CMakeLists.txt | 7 +-
examples/{ => basic}/runtime_container_rank.cpp | 0
examples/include/chrono.hpp | 46 +++
examples/include/random.hpp | 118 +++++++
examples/performance/insert_performance.cpp | 119 +++++++
src/bits/spatial_relaxed_kdtree.hpp | 24 ++-
src/spatial.hpp | 4 +-
tests/bits/spatial_test_relaxed_kdtree.hpp | 397 +++++++++++------------
tests/verify_base.cpp | 2 +
9 files changed, 506 insertions(+), 211 deletions(-)
rename examples/{ => basic}/runtime_container_rank.cpp (100%)
create mode 100644 examples/include/chrono.hpp
create mode 100644 examples/include/random.hpp
create mode 100644 examples/performance/insert_performance.cpp
hooks/post-receive
--
UNNAMED PROJECT
|