Commit graph

3 commits

Author SHA1 Message Date
wiz
c2a89949c5 Updated mdds1.2 to 1.2.1.
mdds 1.2.1

* multi_type_vector

  * added size() method to the element block type, which returns the
    actual size of the element block, instead of the cached size value
    stored in the parent structure that stores the element block.

  * fixed a double-deletion bug in the swap() method which would
    triggered when used with a managed element block.

* mtv::collection

  * fixed collection iterator's get() method to properly return values
    from the boolean element block.
2016-06-30 17:39:44 +00:00
wiz
43271ca9b4 Remove unwanted file. 2016-05-18 12:24:23 +00:00
wiz
ae883cbdef Import mdds1.2-1.2.0 as devel/mdds1.2.
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

This package contains the 1.2 branch of the software.
2016-05-18 11:48:45 +00:00