https://github.com/soenneker/soenneker.utils.reusablestringwriter
A high-performance, reusable StringWriter that avoids unnecessary allocationsby clearing and reusing its internal StringBuilder instance.
https://github.com/soenneker/soenneker.utils.reusablestringwriter
csharp dotnet performance reusablestringwriter stringwriter util utils
Last synced: 6 months ago
JSON representation
A high-performance, reusable StringWriter that avoids unnecessary allocationsby clearing and reusing its internal StringBuilder instance.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.utils.reusablestringwriter
- Owner: soenneker
- License: mit
- Created: 2025-07-23T15:17:39.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-11-11T15:04:11.000Z (8 months ago)
- Last Synced: 2025-11-15T14:58:28.750Z (8 months ago)
- Topics: csharp, dotnet, performance, reusablestringwriter, stringwriter, util, utils
- Language: C#
- Homepage: https://soenneker.com
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.utils.reusablestringwriter/)
[](https://github.com/soenneker/soenneker.utils.reusablestringwriter/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.utils.reusablestringwriter/)
#  Soenneker.Utils.ReusableStringWriter
### A high-performance, reusable StringWriter that avoids unnecessary allocations by clearing and reusing its internal StringBuilder instance.
## Installation
```
dotnet add package Soenneker.Utils.ReusableStringWriter
```