How do I code a simple linked list using DataStructures.jl

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