Hello community, here is the log from the commit of package mdds for openSUSE:Factory checked in at 2014-01-30 11:33:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mdds (Old) and /work/SRC/openSUSE:Factory/.mdds.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mdds" Changes: -------- --- /work/SRC/openSUSE:Factory/mdds/mdds.changes 2014-01-07 13:59:24.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.mdds.new/mdds.changes 2014-01-30 11:33:53.000000000 +0100 @@ -1,0 +2,20 @@ +Wed Jan 8 20:05:50 UTC 2014 - [email protected] + +- Upgrade to 0.10.1 + * multi_type_matrix + - added a variant of set_empty() that takes an additional + length parameter. + * flat_segment_tree + - significant performance improvement on build_tree() and + search_tree(), by optimizing the non-leaf node object + generation and storage to achieve better locality of + reference. + * segment_tree + - slight performance improvement on build_tree(), as a result + of the optimization done for flat_segment_tree since these + two structures share the same tree generation code. + * multi_type_vector + - improved debug message on mis-matched block types (only when + MDDS_MULTI_TYPE_VECTOR_DEBUG is defined). + +------------------------------------------------------------------- Old: ---- mdds_0.9.1.tar.bz2 New: ---- mdds_0.10.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mdds.spec ++++++ --- /var/tmp/diff_new_pack.xDtggH/_old 2014-01-30 11:33:53.000000000 +0100 +++ /var/tmp/diff_new_pack.xDtggH/_new 2014-01-30 11:33:53.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package mdds # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: mdds -Version: 0.9.1 +Version: 0.10.1 Release: 0 Summary: A collection of multi-dimensional data structure and indexing algorithm License: MIT ++++++ mdds_0.9.1.tar.bz2 -> mdds_0.10.1.tar.bz2 ++++++ ++++ 3228 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
