If you’re using this for production code that has performance requirements, maybe also consider not using linked list. Pointer chasing is slow
1 Like
If you’re using this for production code that has performance requirements, maybe also consider not using linked list. Pointer chasing is slow