Skip to content

Commit e95f22a

Browse files
Link to @stebet's blog post in change log
1 parent d4b2f67 commit e95f22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ our stellar community members (in no particular order): @stebet, @bording,
1313

1414
A full list of changes can be found in the GitHub milestone: [`6.0.0`](https://github.com/rabbitmq/rabbitmq-dotnet-client/milestone/41?closed=1).
1515

16-
### The Switch to System.Memory (and Significantly Lower Memory Footprint that Comes with It)
16+
### The Switch to System.Memory (and [Significantly Lower Memory Footprint](https://stebet.net/real-world-example-of-reducing-allocations-using-span-t-and-memory-t/) that Comes with It)
1717

1818
The client now uses the [`System.Memory` library](https://www.nuget.org/packages/System.Memory/) for message and command payloads. This significantly
1919
reduces object allocation and GC pressure for heavy workloads but also

0 commit comments

Comments
 (0)