Are stucts faster than classes for linked lists?

I think stucts are easier to initialize becuase you dont need a constructor but its easier to have functions inside a class.

Also its a bit simpler to point to a struct than a class.