Skip to content

Improved memory footprint and execution speed of middleware's Invoke method

Latest
Compare
Choose a tag to compare
@GaProgMan GaProgMan released this 27 Dec 00:09
· 13 commits to main since this release
54fc9a1

By leveraging an in-memory dictionary which we populate on the first run through the Invoke method, we can drastically speed up the execution speed whilst reducing the memory footprint of the middleware class.

Also included are a number of changes to the documentation site.

What's Changed

New Contributors

Full Changelog: v9.1.0...v9.6.0