chrys87 / fenrir

An TTY screenreader for Linux.
GNU Lesser General Public License v3.0
47 stars 13 forks source link

remove unneded join/ split of content #34

Open chrys87 opened 6 years ago

chrys87 commented 6 years ago

currently we create text content and splitt it for almost anyusecase with split('\n'). remove that to avoid unneded calculations.