cbt icon indicating copy to clipboard operation
cbt copied to clipboard

speed up jar generation

Open cvogt opened this issue 6 years ago • 2 comments

investigate performance improvements in creating jars via FastPackage ( https://github.com/fommil/sbt-big-project/blob/master/src/main/scala/BigProjectSettings.scala#L473 ).

To avoid an external dependency we could copy the code into cbt.

Related gitter discussion: https://gitter.im/cvogt/cbt?at=5964f2d3bc46472974dbb033

cvogt avatar Jul 11 '17 16:07 cvogt

cc @fommil @darthorimar

cvogt avatar Jul 11 '17 16:07 cvogt

I'd really love to have an fs2 wrapper around nio, it would be ideal for writing this sort of thing in a functional (and fast) way. That code is a bit... Java... if you know what I mean.

fommil avatar Jul 11 '17 16:07 fommil