cvogt / cbt

CBT - fun, fast, intuitive, compositional, statically checked builds written in Scala
Other
488 stars 60 forks source link

replace ++ with `~` #450

Open cvogt opened 7 years ago

cvogt commented 7 years ago

So ++ for strings is very slow, meaning it should be avoided. We should use the new operator ~ instead and also change URL to support it, too instead of ++. We should also replace mkString with safeMkString.