salan668 / FAE

FeAture Explorer
GNU General Public License v3.0
146 stars 48 forks source link

String connection is of bad performance in ProcessConnection.py #44

Closed Eggiverse closed 5 years ago

Eggiverse commented 5 years ago

Please consider using String.join([]) to connect strings instead of addition.

salan668 commented 5 years ago

Sure, a good suggestion. Most of codes of FAE was wroten when I was beginning on python. There must be some codes that were not wriiten formally. Thanks for your comments.