Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance improvements: use Span where possible on read/write operations #24

Open
luca-domenichini opened this issue Jan 11, 2024 · 0 comments
Labels
tech Something related to tech things

Comments

@luca-domenichini
Copy link
Owner

Reduce memory allocation on read/write operations.
The goal is to use the underlying byte[] as source or target directly, without further allocations.

  • use existing Span aware methods on S7Net
  • introduce new method Span aware on Snap7 and SnapModBus
@luca-domenichini luca-domenichini added the tech Something related to tech things label Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech Something related to tech things
Projects
None yet
Development

No branches or pull requests

1 participant