alpaka-group / llama

A Low-Level Abstraction of Memory Access
https://llama-doc.rtfd.io/
Mozilla Public License 2.0
80 stars 10 forks source link

[on hold] Support pointers #728

Open bernhardmgruber opened 1 year ago

bernhardmgruber commented 1 year ago

This PR adds support for pointers to other records (with some limitations). This enables self-referrential data structures. The unit tests contain an example of a linked list and a binary search tree.

codecov[bot] commented 1 year ago

Codecov Report

Merging #728 (d511856) into develop (38d0a31) will decrease coverage by 0.01%. The diff coverage is 98.14%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #728 +/- ## =========================================== - Coverage 98.78% 98.77% -0.01% =========================================== Files 74 75 +1 Lines 7158 7266 +108 =========================================== + Hits 7071 7177 +106 - Misses 87 89 +2 ```