dotnet / dotnet/aspnetcore

Investigate potential perf optimizations in MVC TextWriter/Stream

Open
#32,284 5 comments 0 reactions 0 assignees View on GitHub
area-mvc enhancement Perf
Dominant language
C#
Stars
38.4k
Forks
10.9k
Avg merge
2d 10h
Merged PRs (30d)
281

Description

> audit your existing TextWriter and Stream subclasses. The default implementation of virtual methods like Write(ROS<>) might not be as efficient as you'd expect. By overriding these methods and providing optimized implementations, you may realize a small perf boost.

- https://github.com/dotnet/aspnetcore/issues/31299#issuecomment-808766264

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.