Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

STLport

Compare

  No analysis available

0 lines of code

0 current contributors

0 since last commit

2 users on Open Hub

Activity Not Available
3.0
   
I Use This
Mostly written in language not available
Licenses: No declared licenses

Boost.Bimap

Compare

  Analyzed about 2 hours ago

Boost.Bimap is a bidirectional maps library for C++. With Boost.Bimap you can create associative containers in which both types can be used as key. A bimap can be thought of as a combination of a std::map and a std::map. The learning curve of bimap is almost flat if you know how to use standard ... [More] containers. A great deal of effort has been put into mapping the naming scheme of the STL in Boost.Bimap. The library is designed to match the common STL containers. [Less]

21.3K lines of code

0 current contributors

over 18 years since last commit

2 users on Open Hub

Inactive
5.0
 
I Use This

capu

Compare

  Analyzed about 22 hours ago

CAPU stands for Collections and Platform Utils. It is a library providing both an implementation of an enhanced C++ STL interface and a platform abstraction framework. This library has been designed for projects running on multiple hardware platforms and/or operation systems. Furthermore it ... [More] contains several util classes like logging, file handling, etc. Please see the homepage for a full feature list. [Less]

44.6K lines of code

0 current contributors

about 8 years since last commit

2 users on Open Hub

Inactive
0.0
 
I Use This

google-sparsehash

Compare

  Analyzed 1 day ago

An extremely memory-efficient hash_map implementation. 2 bits/entry overhead! The SparseHash library contains several hash-map implementations, including implementations that optimize for space or speed. These hashtable implementations are similar in API to SGI's hash_map class and the tr1 ... [More] unordered_map class, but with different performance characteristics. It's easy to replace hash_map or unordered_map by sparse_hash_map or dense_hash_map in C++ code. Recent news: 11 January 2010I've just released sparsehash 1.6. The API has widened a bit with the addition of =deleted_key()= and =empty_key()=, which let you query what values these keys have. A few rather obscure bugs have been fixed (such as an error when copying one hashtable into another when the empty_keys differ). A full list of changes is described in the ChangeLog. 9 May 2009I've just released sparsehash 1.5.1. Hot on the heels of sparsehash 1.5, this release fixes a longstanding bug in the sparsehash code, where equal_range would always return an empty range. It now works as documented. All sparsehash users are encouraged to upgrade. 7 May 2009I've just released sparsehash 1.5. This release introduces tr1 compatibility: I've added rehash, begin(i), and other methods that are expected to be part of the unordered_map API once tr1 in introduced. This allows sparse_hash_map, dense_hash_map, sparse_hash_set, and dense_hash_set to be (almost) drop-in replacements for unordered_map and unordered_set. There is no need to upgrade unless you need this functionality, or need one of the other, more minor, changes described in the ChangeLog. [Less]

30.2K lines of code

3 current contributors

about 5 years since last commit

1 users on Open Hub

Inactive
4.0
   
I Use This

libg3d

Compare

  No analysis available

A library for loading 3D models of many file types.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: lgpl

Boost-Cookbook-4880OS

Compare

  Analyzed 17 minutes ago

Source code examples from "Boost C++ Application Development Cookbook" (ISBN: 9781849514880)

9.5K lines of code

0 current contributors

8 months since last commit

1 users on Open Hub

Very Low Activity
0.0
 
I Use This

PyCAM

Compare

  Analyzed over 1 year ago

Open Source CAM - Toolpath Generation for 3-Axis CNC machining

102K lines of code

0 current contributors

almost 4 years since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This

humboldtjs-stl

Compare

  Analyzed 1 day ago

Standard Library for HumboldtJS

245 lines of code

0 current contributors

over 13 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

Generic STL

Compare

  Analyzed about 23 hours ago

A generic implementation of STL containers and some STL algorithms. It is absolutly independent from external types it use only types declared in type_traits. So containers can be used with any poiner types which satisfies PointerConcept.

37K lines of code

0 current contributors

over 12 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

DASH C++

Compare

  Analyzed about 11 hours ago

DASH, the C++ Template Library for Distributed Data Structures with Support for Hierarchical Locality for HPC and Data-Driven Science Efficient and productive programming of these systems will be a challenge, especially in the context of data-intensive applications. Adopting the promising notion ... [More] of Partitioned Global Address Space (PGAS) programming the DASH project develops a data-structure oriented C++ template library that provides hierarchical PGAS-like abstractions for important data containers (multidimensional arrays, lists, hash tables, etc.) and allows a developer to control (and explicitly take advantage of) the hierarchical data layout of global data structures. [Less]

228K lines of code

10 current contributors

almost 3 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This