Skip to content

.NET apps in containers have good startup and steady-state performance #5438

@glennc

Description

@glennc

Take advantage of the immutable nature of container images and target modern hardware to produce more optimized assets.

  • Take advantage of modern SIMD instructions (AVX2 instead of SSE2) in ready-to-run images. We are comfortable with this because all containers are likely to be running on newer hardware and OS versions.
  • Use our Version Bubbles ideas to allow ready-to-run images to be more optimized, and as such more fragile to change. But the change is managed by the immutability of images.

Current Stories

  • Build composite image with Fx + asp.net Assemblies.
  • Enable composite Fx images for published container images

Metadata

Metadata

Labels

Priority:1Work that is critical for the release, but we could probably ship withoutTeam:RuntimeUser StoryA single user-facing feature. Can be grouped under an epic.bulk-closed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions