mclow / Boost.Algorithm

Proposed Boost.Algorithm Library
7 stars 2 forks source link

Document the complexity/storage requirements of the search algorithms #18

Open mclow opened 13 years ago

mclow commented 13 years ago

However in the documentation I have not found anything (no benchmarks, measurements, etc) that would help the user of the library to understand how fast each algorithm is and in which situations it is advisable to use it. (I believe Phil Endecott has mentioned this issue as well) This is especially important because of the following reasons:

For all these reasons I believe that some performance analysis and performance guidelines should be added to the documentation, before this library becomes a part of Boost. For example it would be very nice to have a graphical performance comparison of these three algorithms together with the std::search, in different pattern and alphabet sizes.