v0.7.7
·
118 commits
to master
since this release
- Drop the internal
Vectorimplementation, 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.