[GIT] ppl/ppl(sparse_matrices): CO_Tree: use dimension_type as height_t, because it improves performance.

9 May
2010
9 May
'10
1:52 p.m.
Module: ppl/ppl Branch: sparse_matrices Commit: 8748f091ff467bb0af823bc8f3526dc3d8f47fc0 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=8748f091ff467...
Author: Marco Poletti poletti.marco@gmail.com Date: Fri May 7 22:16:35 2010 +0200
CO_Tree: use dimension_type as height_t, because it improves performance.
---
src/CO_Tree.defs.hh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/CO_Tree.defs.hh b/src/CO_Tree.defs.hh index 0960519..c39fec9 100644 --- a/src/CO_Tree.defs.hh +++ b/src/CO_Tree.defs.hh @@ -54,7 +54,7 @@ namespace Parma_Polyhedra_Library { class CO_Tree {
private: - typedef uint_fast8_t height_t; + typedef dimension_type height_t;
public:
5641
Age (days ago)
5641
Last active (days ago)
0 comments
1 participants
participants (1)
-
Marco Poletti