Investigate potential perf optimizations in MVC TextWriter/Stream
Open
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
Assessment
This issue has not been assessed yet.