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

Marco Poletti poletti.marco at gmail.com
Sun May 9 13:52:35 CEST 2010


Module: ppl/ppl
Branch: sparse_matrices
Commit: 8748f091ff467bb0af823bc8f3526dc3d8f47fc0
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=8748f091ff467bb0af823bc8f3526dc3d8f47fc0

Author: Marco Poletti <poletti.marco at 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:
 




More information about the PPL-devel mailing list