Matt L
ac169ed3e8
Optimize VDS operations with r-tree ( #5843 )
...
Optimize VDS operations using R-tree spatial index, adding new API functions and tests for improved performance.
Behavior:
Introduces R-tree spatial index for optimizing VDS operations in H5Dvirtual.c.
Adds H5Pset_dset_use_spatial_tree() and H5Pget_dset_use_spatial_tree() to control R-tree usage.
Default behavior uses R-tree for VDS with more than 1000 mappings.
Implementation:
Adds H5RT.c, H5RTprivate.h, and H5RTpkg.h for R-tree implementation.
Updates H5Pdapl.c and H5Pdcpl.c to include R-tree properties.
Modifies H5Dvirtual.c to integrate R-tree in VDS I/O operations.
Testing:
Adds rtree.c for testing R-tree creation, search, and copy operations.
Tests R-tree integration with VDS in test/dsets.c.
Verifies R-tree behavior with different dataset access property list settings.
2025-10-07 12:13:28 -05:00
..
2025-09-26 13:33:56 -05:00
2025-09-30 12:20:49 -05:00
2024-10-24 10:09:22 -07:00
2024-10-24 10:09:22 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2022-03-31 10:42:30 -05:00
2025-05-23 11:46:40 -05:00
2024-10-18 21:13:04 -07:00
2025-01-31 20:11:48 -06:00
2025-01-31 20:11:48 -06:00
2024-10-18 21:13:04 -07:00
2024-10-24 10:09:22 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-24 10:09:22 -07:00
2025-01-31 20:11:48 -06:00
2025-06-17 11:11:13 -05:00
2025-10-02 06:49:52 -05:00
2024-10-18 21:13:04 -07:00
2025-07-07 07:38:11 -05:00
2024-10-18 21:13:04 -07:00
2024-10-24 10:09:22 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2025-06-17 11:11:13 -05:00
2025-10-07 12:13:28 -05:00
2025-09-26 13:33:56 -05:00
2024-10-18 21:13:04 -07:00
2025-09-26 13:33:56 -05:00
2024-10-24 10:09:22 -07:00
2024-10-24 10:09:22 -07:00
2024-10-18 21:13:04 -07:00
2025-08-06 23:04:10 -05:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2025-05-23 11:46:40 -05:00
2024-11-26 07:34:52 -06:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-28 05:54:16 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2025-03-03 14:11:00 -06:00
2025-07-15 18:20:13 +02:00
2025-01-31 20:11:48 -06:00
2025-05-23 11:46:40 -05:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-24 10:09:22 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-24 10:09:22 -07:00
2025-05-29 17:51:29 -05:00
2025-05-29 17:51:29 -05:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-12-19 01:35:21 -08:00
2024-12-19 01:35:21 -08:00
2024-10-18 21:13:04 -07:00
2024-10-24 10:09:22 -07:00
2024-10-18 21:13:04 -07:00
2025-09-30 12:20:49 -05:00
2024-10-18 21:13:04 -07:00
2024-10-24 10:09:22 -07:00
2025-01-21 17:36:27 -06:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2025-09-26 13:33:56 -05:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2025-05-23 11:46:40 -05:00
2025-05-23 11:46:40 -05:00
2024-10-24 10:09:22 -07:00
2024-10-18 21:13:04 -07:00
2024-10-24 10:09:22 -07:00
2017-01-26 14:34:12 -05:00
2017-01-26 14:34:12 -05:00
2024-10-18 21:13:04 -07:00
2025-06-19 16:22:49 -05:00
2025-10-07 12:13:28 -05:00
2025-06-19 16:22:49 -05:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-11-19 16:18:17 -06:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2021-12-07 08:27:29 -06:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2021-12-07 08:27:29 -06:00
2024-10-18 21:13:04 -07:00
2025-01-21 17:36:27 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2024-10-18 21:13:04 -07:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2025-02-10 15:23:54 -06:00
2025-01-31 20:11:48 -06:00
2024-10-18 21:13:04 -07:00
2025-01-08 13:33:00 -06:00
2024-10-18 21:13:04 -07:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-03-18 11:06:36 -05:00
2025-01-08 13:33:00 -06:00
2024-10-18 21:13:04 -07:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-01-21 17:36:27 -06:00
2025-01-08 13:33:00 -06:00
2023-06-28 08:31:32 -07:00
2025-09-03 22:47:48 -05:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-01-31 20:11:48 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-01-31 20:11:48 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-01-21 17:36:27 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-09-15 11:42:54 -05:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-24 10:09:22 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2025-05-29 17:51:29 -05:00
2024-10-18 21:13:04 -07:00
2024-10-24 10:09:22 -07:00