Tags: School-Scope/core
Tags
Use NIO's primitive functions for flatMap and its siblings. (vapor#211) * Use NIO's primitive functions for flatMap and its siblings. Also fixes a stack overflow in case of many nested flat maps (see the tests). Plus, it speeds up `testFlatMapPerformance` by about 20%. * Bump test swift version to 5 * Fix JWT tests and revert to Swift 4.2 * Update redis tests
Significantly improve the performance of `Collection<FutureType>.flat… …ten (vapor#199) * Significantly improve the performance of `Collection<FutureType>.flatten`. This further halves the runtime in vapor/template-kit#50 from 0.1s to 50ms. * Add a benchmark for `flatten`.
PreviousNext