Changes between Version 128 and Version 129 of LibrariesUnderConstruction
- Timestamp:
- Oct 19, 2010, 3:56:20 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibrariesUnderConstruction
v128 v129 413 413 * '''Description:''' Boost.!ConstantTimeSize defines a wrapper to the STL container list giving the user the choice for the complexity of the size function: linear time, constant time or quasi-constant. 414 414 In future versions the library could include a similar wrapper to slist. 415 416 417 --------------------------------------------------------------------------------------------------- 418 == Boost.!CounterTree == 419 420 * '''Author(s):''' Francisco José Tapia 421 * '''Version:''' 422 * '''State:''' 423 * '''Last upload:'''2010 September 27 424 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=countertree.zip&directory=Containers& Boost Vault] 425 * '''Categories:''' [#Containers Containers] 426 * '''Description:''' Binary trees with access by position like the vectors 415 427 416 428 --------------------------------------------------------------------------------------------------- … … 1717 1729 == Containers == 1718 1730 * [#Boost.BloomFilters Boost.BloomFilters] 1731 * [#Boost.CounterTree Boost.CounterTree ] 1719 1732 * [#Boost.Cloneable Boost.Cloneable] 1720 1733 * [#Boost.ConstantTimeSize Boost.ConstantTimeSize]