summaryrefslogtreecommitdiff
path: root/databases/tiledb/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/tiledb: Update to 2.6.1Po-Chuan Hsieh2022-01-261-26/+0
| | | | Changes: https://github.com/TileDB-Inc/TileDB/releases
* databases/tiledb: Simplify _xgetbv checkPo-Chuan Hsieh2022-01-241-1/+1
|
* databases/tiledb: Update to 2.5.2Po-Chuan Hsieh2021-12-221-2/+2
| | | | Changes: https://github.com/TileDB-Inc/TileDB/releases
* databases/tiledb: Update to 2.4.0Po-Chuan Hsieh2021-10-131-5/+5
| | | | Changes: https://github.com/TileDB-Inc/TileDB/releases
* Update to 2.2.2Sunpoet Po-Chuan Hsieh2021-01-301-3/+3
| | | | Changes: https://github.com/TileDB-Inc/TileDB/releases
* Fix build with Clang 9+Sunpoet Po-Chuan Hsieh2020-08-191-0/+26
|
* Update to 1.6.3Sunpoet Po-Chuan Hsieh2019-10-201-10/+0
| | | | | Changes: https://github.com/TileDB-Inc/TileDB/releases https://github.com/TileDB-Inc/TileDB/blob/backports-1.6/HISTORY.md
* Update to 1.6.0Sunpoet Po-Chuan Hsieh2019-07-211-0/+10
| | | | | Changes: https://github.com/TileDB-Inc/TileDB/releases https://github.com/TileDB-Inc/TileDB/blob/1.6.0/HISTORY.md
* Add tiledb 1.5.0Sunpoet Po-Chuan Hsieh2019-05-121-0/+10
TileDB is an efficient multi-dimensional array management system which introduces a novel format that can effectively store dense and sparse array data with support for fast updates and reads. It features excellent compression, an efficient parallel I/O system for high scalability, and high-level APIs including Python, R, Golang and more. TileDB stores your array data on persistent storage locally or in the cloud, with built-in support for S3 and HDFS storage backends. Features: - Novel Format. - Multiple Backends. - Compression. - Parallelism. - Portability. - Language Bindings. - Key-value Store. - Virtual Filesystem. WWW: https://www.tiledb.io/