Enderlook.EventManager-v0.4.2
Enderlook
released this
22 May 17:02
·
59 commits
to main
since this release
- Add support for trimming.
- Improve internal array pool sharing (reduces memory consumption and allocation) in .NET >= 5.
- Remove dependencies in .NET >= 5.
- Replace
System.Buffers
andSystem.Runtime.CompilerServices.Unsafe
forSystem.Memory
dependency in .NET < 5. - Remove finalizer in
EventManager
.