SPF-OST / pytrnsys_gui

Graphical user interface for pytrnsys
https://pytrnsys.readthedocs.io
GNU Lesser General Public License v3.0
3 stars 4 forks source link

Refactor usages of segments.Node to use a linked list instead. #460

Open ahobeost opened 1 year ago

ahobeost commented 1 year ago

Python has fast and robust implementations of linked lists. We should use those, instead of using a slower implementation.