$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Boost Geometry - RTree with 1D Segments
From: Adam Baxter (adam.m.baxter_at_[hidden])
Date: 2013-12-13 20:33:39
Hello all,
I've been using boost::icl for interval searching. So far it's been working
great. I am using it for closed interval searches for chemical masses.
Unfortunately, I've reached a point where I've too much data, I think. The
use of sets has started to kill my memory usage.
I'd like to switch over to Boost::Geometry, but there's precious little
about indexing 1D segments (I don't even mind 2D segments).
Can someone point me in the right direction?
Thanks!
Adam