Skip to content

v0.7.7

Choose a tag to compare

@emmanueltouzery emmanueltouzery released this 11 Aug 19:23
· 118 commits to master since this release
  • Drop the internal Vector implementation, instead add a dependency to https://github.com/funkia/list which has a high-performance implementation. Especially append & prepend in loop should be much faster now
  • Optimize LinkedList.partition
  • Future.mapFailure was broken, fix it.