Skip to content

Release v21.19.4

Choose a tag to compare

@github-actions github-actions released this 20 Aug 18:10
17db208

Fixed

  • Applications with many commands and queries now start in a fraction of the time — Arc mapped its generated endpoints in O(n²), rebuilding the entire ASP.NET endpoint table before every single registration. A model-driven host registering ~480 endpoints spent 54 seconds in UseCratisArc() on an idle 14-core machine; it is now unmeasurable. Every Arc application pays this on startup, in proportion to how many commands and queries it has (#2591)