diff options
author | wiz <wiz@pkgsrc.org> | 2011-08-06 10:53:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-08-06 10:53:30 +0000 |
commit | a75727891d54bcb6c50139e4fe466726f76e6291 (patch) | |
tree | 2a8ddea8ae86905d841a6bad0580d2266f096913 /devel/mdds | |
parent | a2cb857cf4655f70809f1a1c99899270d7d1ab55 (diff) | |
download | pkgsrc-a75727891d54bcb6c50139e4fe466726f76e6291.tar.gz |
Update to 0.5.3:
mdds 0.5.3
* mixed_type_matrix
* re-implemented the filled storage for better performance, with two
separate implementations for zero and emtpy matrix types. The
newer implementation should improve object creation time
considerably.
Diffstat (limited to 'devel/mdds')
-rw-r--r-- | devel/mdds/Makefile | 4 | ||||
-rw-r--r-- | devel/mdds/PLIST | 6 | ||||
-rw-r--r-- | devel/mdds/distinfo | 8 |
3 files changed, 11 insertions, 7 deletions
diff --git a/devel/mdds/Makefile b/devel/mdds/Makefile index 7646c00a295..5a3102526d6 100644 --- a/devel/mdds/Makefile +++ b/devel/mdds/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2011/04/05 12:57:54 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2011/08/06 10:53:30 wiz Exp $ # -DISTNAME= mdds_0.5.2 +DISTNAME= mdds_0.5.3 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= devel MASTER_SITES= http://multidimalgorithm.googlecode.com/files/ diff --git a/devel/mdds/PLIST b/devel/mdds/PLIST index af5e04e6d4a..c791697fc73 100644 --- a/devel/mdds/PLIST +++ b/devel/mdds/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/28 18:10:51 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2011/08/06 10:53:30 wiz Exp $ include/mdds/flat_segment_tree.hpp include/mdds/flat_segment_tree_def.inl include/mdds/flat_segment_tree_itr.hpp @@ -9,8 +9,12 @@ include/mdds/mixed_type_matrix_def.inl include/mdds/mixed_type_matrix_element.hpp include/mdds/mixed_type_matrix_flag_storage.hpp include/mdds/mixed_type_matrix_storage.hpp +include/mdds/mixed_type_matrix_storage_filled_linear.inl +include/mdds/mixed_type_matrix_storage_filled_nested_array.inl +include/mdds/mixed_type_matrix_storage_sparse.inl include/mdds/node.hpp include/mdds/point_quad_tree.hpp include/mdds/quad_node.hpp include/mdds/rectangle_set.hpp +include/mdds/rectangle_set_def.inl include/mdds/segment_tree.hpp diff --git a/devel/mdds/distinfo b/devel/mdds/distinfo index 1704484202f..5125424067b 100644 --- a/devel/mdds/distinfo +++ b/devel/mdds/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2011/04/05 12:57:54 wiz Exp $ +$NetBSD: distinfo,v 1.3 2011/08/06 10:53:30 wiz Exp $ -SHA1 (mdds_0.5.2.tar.bz2) = bddc19fc2f1879f0fbde66a13b58ae1370e4dc25 -RMD160 (mdds_0.5.2.tar.bz2) = 45084e33b514ad9fe4b6e6b4693891a19666764f -Size (mdds_0.5.2.tar.bz2) = 89218 bytes +SHA1 (mdds_0.5.3.tar.bz2) = e578b6c8e8fe4b20ae030fc14959b92cb6b1aba4 +RMD160 (mdds_0.5.3.tar.bz2) = 8e97f4977e671698a6163fb55a1e13a4499a288c +Size (mdds_0.5.3.tar.bz2) = 92050 bytes |