./nugetz
pkg

Mutablev1.0.3

.NET 5.0

Mutable string implementation

License

MIT

Deps

0

Install Size

Vulns

✓ 0

Published

Apr 4, 2022

Get Started

$ dotnet add package Mutable

Readme

Mutable

This package contains a mutable string implementation.

Basically, it allows direct modification of the object, which makes manipulation much faster.

It exposes a signature very similar to the System.String It should be possible to drop in with minimal changes.

Version 1.0 - Not quite complete or tested yet.

Preliminary performance testing indicates +- 300% improvement when searching and manipulating

Not thread safe