You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @kurt-rhee, I don't think there's internal support for linked lists in Taichi. The closest I can think of is to fake one with SnodeTree like ti.root.dense().dense().dense(). But as you mentioned, it doesn't support customized GC at all.
My linked list implementation must be garage collected.
Searching Google
I found the following article which refers to dynamic snodes, but my understanding is that fields/snodes are not garbage collected.
https://docs.taichi-lang.org/blog/acclerate-collision-detection-with-taichi
Searching existing issues
I could not find any examples of linked lists
Searching Taichi Doc
Same as google search
Searching Taichi Forum
No results found for "Linked List" in forum.
The text was updated successfully, but these errors were encountered: