
On Wed, May 21, 2025 at 10:30 AM Ivan Matek via Boost <boost@lists.boost.org> wrote:
This is general comment, not directed at Bloom directly. What I love about Mp11, Hash2, Bloom(current version) docs is that I can use find in browser to quickly find some example I am looking for. For example recently I remembered that phrase "or better yet" was used in part of docs I was reading so I just searched for that, similarly when I want to see all usages of fast_, or avalanching. If documentation is not single page jumping quickly through all results with context is harder than just going through the page with find.
This is kind of funny because I'm the exact opposite. I find myself not enjoying something like the b2 docs because it's all a single-page so if I wanna search a somewhat generic term, I get like 200 results on the page which is borderline useless. I was very happy with how the Unordered docs came out once we went multi-page. Something like a library-wide search might be in the cards though. - Christian