mdds 1.5.0-ok1 source package in openKylin
Changelog
mdds (1.5.0-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
mdds (1.5.0-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
mdds_1.5.0.orig.tar.bz2 | 329.3 KiB | 74cda018d5aa39a2f91652608efb066fd225f3597ce54733e6ab1e99e52606f7 |
mdds_1.5.0-ok1.debian.tar.xz | 3.8 KiB | 999bca64dcbcabcf2428fead6a98e50d09685fc9dc61f9e1d6bd717684cdb6d7 |
mdds_1.5.0-ok1.dsc | 1.8 KiB | 37e492b1f011f2da049f28df55be2ebe191644b54261b742aff8ceeef9815ade |
A collection of multi-dimensional data structure and indexing algorithm.
.
This is a C++ library, and is a collection of various data structures designed
to efficiently store and query multi-dimensional data for various
filtering criteria. Different structures are optimized for different
query needs.
.
This library is a source-code only library. It’s designed to be
header-only meaning that the user program does not need to link to any
additional shared library in order to use these data structures. The
data structures are all available as C++ templates.
A collection of multi-dimensional data structure and indexing algorithm.
.
This is a C++ library, and is a collection of various data structures designed
to efficiently store and query multi-dimensional data for various
filtering criteria. Different structures are optimized for different
query needs.
.
This library is a source-code only library. It’s designed to be
header-only meaning that the user program does not need to link to any
additional shared library in order to use these data structures. The
data structures are all available as C++ templates.
.
This package contains the API documentation for mdds.