- 19 Nov, 2017 1 commit
-
-
Tiago Peixoto authored
-
- 01 Jan, 2017 1 commit
-
-
Tiago Peixoto authored
-
- 07 Feb, 2016 1 commit
-
-
Tiago Peixoto authored
-
- 18 Jan, 2016 1 commit
-
-
Tiago Peixoto authored
-
- 01 Jan, 2016 1 commit
-
-
Tiago Peixoto authored
-
- 15 Jul, 2015 1 commit
-
-
Tiago Peixoto authored
This implements a general wrapper for dense_hash_map and dense_hash_set, that falls back to unordered_map and unordered_set, if sparsehash is not enabled.
-
- 23 Apr, 2015 1 commit
-
-
Tiago Peixoto authored
-
- 29 Jan, 2015 1 commit
-
-
Tiago Peixoto authored
-
- 08 Jan, 2015 1 commit
-
-
Tiago Peixoto authored
-
- 09 Jun, 2014 1 commit
-
-
Tiago Peixoto authored
This also implements direct manipulation of OpenMP settings (schedule and number of threads) via python.
-
- 03 Jan, 2014 1 commit
-
-
Tiago Peixoto authored
-
- 02 Jan, 2014 1 commit
-
-
Tiago Peixoto authored
-
- 21 Dec, 2013 1 commit
-
-
In case google sparsehash uses a non-standard prefix, e.g., in Homebrew.
-
- 10 Nov, 2013 1 commit
-
-
Tiago Peixoto authored
-
- 24 Jul, 2013 1 commit
-
-
Tiago Peixoto authored
-
- 22 Jul, 2013 1 commit
-
-
Tiago Peixoto authored
-
- 15 Jul, 2013 1 commit
-
-
Tiago Peixoto authored
Use schedule(static, 100), to reduce overhead with small graphs in the majority of cases.
-
- 27 Feb, 2013 1 commit
-
-
Tiago Peixoto authored
-
- 11 Feb, 2013 1 commit
-
-
Tiago Peixoto authored
Dumping boost::adjacency_list<> improves memory usage by a factor of two, and also slightly improves performance in some cases.
-
- 10 Jan, 2013 1 commit
-
-
Tiago Peixoto authored
This enables the inclusion of the non-boost tr1 headers if a recent enough version of libstdc++ is detected. This als fixes a bug with clang when sparsehash pulls unwanted tr1 headers.
-
- 29 Apr, 2012 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 13 Nov, 2010 1 commit
-
-
Tiago Peixoto authored
-
- 25 Jul, 2010 1 commit
-
-
Tiago Peixoto authored
This enables support for older versions of GCC (>=4.2), by falling back to the boost tr1 implementation when the GCC version is less than 4.4.
-
- 08 Jul, 2010 1 commit
-
-
Tiago Peixoto authored
This fixes a race condition when undirected graphs are used, and when OpenMP is enabled.
-
- 25 Apr, 2009 1 commit
-
-
Tiago Peixoto authored
-
- 10 Mar, 2009 1 commit
-
-
Tiago Peixoto authored
Thins changes the graph filtering code slightly to wrap graph types with GraphWrap, which automatically updates the edge index list when edges are removed and added to the graph. This also changes how graphs are passed to algorithms, which is now by reference instead of pointer. (hence this touches lots of code, but changes are trivial)
-
- 14 Apr, 2008 1 commit
-
-
Tiago Peixoto authored
Python binding will follow
-