Tags: markusheilig/zio
Tags
Merge series/1.x to series/2.x (zio#7436) * Fix Gen.instant (zio#7325) * Make concatenation of empty chunks 600 times faster (zio#7396) * Extend benchmark coverage of Chunk concatenation * Improve performance of concatenation of empty Chunks * replace unused identifier with _ * Improve Chunk concatenation performance when either chunk is empty. (zio#7399) * Update things for Scala Native (still no running tests) (zio#7409) * Scala Native: run tests * Native: Run scala-native-loop in OneShot#get * Native: Test / fork := false * ci.yaml: testPlatforms on Scala 3 * ci.yaml: testPlatforms 180 min timeout * ci.yaml: testPlatforms 360 min timeout * ci.yaml: testPlatforms on Scala 3 * Update versions * Update versions * Update munit * Update things for Scala Native (still no running tests) * Update * Scala 2.12.16, 2.13.8 * fix merge Co-authored-by: LUC DUZAN <[email protected]> Co-authored-by: Rafał Sumisławski <[email protected]> Co-authored-by: shawjef3 <[email protected]>
Memoize Subtyping Relationships (zio#7361) * optimize * use concurrent map
Migration Guide (Akka to ZIO): Entity Sharding (zio#7359) * entity sharding in akka. * fix mdoc errors. * entity sharding. * fix mdoc errors. * add entity sharding to the table. * use scala 2.13. * scalafmt. * remove docs from root projects. * remove docs from rootJVM213 project. * http applications. * cleanup. * fix header links. * fix mdoc errors.
Documentation: Revision of Dependency Injection Section (zio#7276) * add a new step: writing application logic. * essential steps of dependency injection in zio. * dependency injection when writing services. * rephrase. * dependency injection using interfaces. * fix numbering. * conclusion section. * add more detailed instructions.
PreviousNext