What is More Effiecent, draw_line() or Line2D?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By bjr29

I just want to know this before I work on my project which will be using a lot of lines, should I use Line2D or draw_line()? I don’t mind having to write more code, I Just care about the code’s speed here.