|
Geometry : |
Subject: [ggl] rtree min and max elements
From: Adam Wulkiewicz (adam.wulkiewicz)
Date: 2011-05-13 20:07:49
What do you think about passing max and min elements as compile-time
template parameters instead of run-time constructor parameters? We could
implement some further optimizations.
index::rtree<Value, 32, 8> t;
instead of
index::rtree<Value> t(32, 8);
Regards,
Adam
Geometry list run by mateusz at loskot.net