summaryrefslogtreecommitdiff
path: root/devel/mdds
AgeCommit message (Collapse)AuthorFilesLines
2011-08-06Update to 0.5.3:wiz3-7/+11
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.
2011-04-10Add buildlink3.mk file.wiz1-0/+16
2011-04-05Update to 0.5.2:wiz2-6/+6
mdds 0.5.2 * flat_segment_tree * fixed a crash on assignment by properly implementing assignment operator(). * fixed several bugs in shift_right(): * shifting of all existing nodes was not handled properly. * leaf nodes were not properly linked under certain conditions. * shifting with skip node option was not properly skipping the node at insertion position when the insertion position was at the leftmost node. * implemented min_key(), max_key(), default_value(), clear() and swap(). * fixed a bug in operator==() where two different containers were incorrectly evaluated to be equal. * added quickcheck test code.
2011-03-01Remove file added by accidentwiz1-28/+0
2011-02-28Initial import of mdds-0.5.1:wiz5-0/+93
Multi-Dimensional Data Structure (mdds) A collection of multi-dimensional data structure and indexing algorithm. It implements the following data structure: * flat segment tree * segment tree * rectangle set