Skip to content
Snippets Groups Projects
Commit 3e420ce7 authored by Tom Fischer's avatar Tom Fischer Committed by Dmitri Naumov
Browse files

[GL] Lower the max_num_per_grid_cell to accelerate search

parent bba67ff5
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ public: ...@@ -50,7 +50,7 @@ public:
*/ */
template <typename InputIterator> template <typename InputIterator>
Grid(InputIterator first, InputIterator last, Grid(InputIterator first, InputIterator last,
std::size_t max_num_per_grid_cell = 512); std::size_t max_num_per_grid_cell = 16);
Grid(Grid const&) = delete; Grid(Grid const&) = delete;
Grid& operator=(Grid const&) = delete; Grid& operator=(Grid const&) = delete;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment