1. Computing

Discuss in my forum

David Bolton

Google releases cpp-btree template library

By , About.com GuideFebruary 5, 2013

Follow me on:

The open source cpp-btree template library, provides you with C++ source code to implement map, set, multimap and multiset templates.

So what you say, those are already in the ST and that's true. These however use considerable less memory which can speed up access (if the total ram footprint is smaller there's a better chance of a cache hit and thus faster execution). However be aware that modifying a C++ B-tree container invalidates all outstanding iterators.

Comments
No comments yet. Leave a Comment
Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>
Top Related Searches template library google gp

©2013 About.com. All rights reserved.