Boost logo

Boost :

Subject: Re: [boost] [graph][heap][coroutine] interruptable dijkstra shortest path function
From: Tim Blechmann (tim_at_[hidden])
Date: 2012-09-23 05:44:51


> c. Boost.Heap mutable queues can be used with Boost.Graph via the named
> parameter interface. It doesn't help performance now, but may be a good
> base for experimentation.

afaict, boost.heap should perform worse than the bgl heaps. its
implementation is much more generic, while bgl heaps are optimized by
assuming integer keys.

tim


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk