joel-wright / sizefs

A mock file system for creating files of a particular size

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove string addition and replace with join

joel-wright opened this issue · comments

Performance enhancement to remove string += operations and replace with join on lists of strings - potentially a reasonable performance improvement for little effort