「view this page in B3 βῆτα server」

Revisions №60615

branch: master 「№60615」
Commited by: Jack Maguire
GitHub commit link: 「664c7d28d7cb2c69」 「№3789」
Difference from previous tested commit:  code diff
Commit date: 2019-02-07 14:40:15

Merge pull request #3789 from RosettaCommons/JackMaguire/HBNetFlatSet Replacing HBNet's sorted vectors with boost flat_sets One of the messiest things I added to HBNet was sorted vectors. They helped with performance but littered the code with `std::lower_bound` and `std::binary_search`. I'm going through and replacing them with boost's flat containers (ordered sets and maps that are built on top of vectors) to keep the performance benefits without all the mess. Thanks to Brian for the review!

...