If you’re using this for production code that has performance requirements, maybe also consider not using linked list. Pointer chasing is slow
jling
4
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Efficient recursive iteration over self referencing struct | 11 | 832 | June 25, 2022 | |
| Requesting code review for a mutable struct and use of pointers. (53 lines of code) | 2 | 496 | May 12, 2022 | |
| Using iterator in Julia 0.7 | 2 | 671 | June 8, 2018 | |
| Doubly linked list with initial list and mutation | 3 | 460 | October 7, 2022 | |
| How to remove an item from a linked list in Julia? | 8 | 1876 | January 5, 2018 |