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

Add ByteString ToReadOnlySpan() #7488

Open
fmg-lydonchandra opened this issue Jan 24, 2025 · 0 comments
Open

Add ByteString ToReadOnlySpan() #7488

fmg-lydonchandra opened this issue Jan 24, 2025 · 0 comments

Comments

@fmg-lydonchandra
Copy link

Is your feature request related to a problem? Please describe.
Currently to deserialise RabbitMQ Incoming message, we do ByteString.ToArray(), which does memory copy

        var evt = JsonSerializer.Deserialize<T>(message.Message.Bytes.ToArray(), SerializerOptions);

Describe the solution you'd like
Add ByteString ToReadOnlySpan() which will avoid memory copy if ByteString is compact

Describe alternatives you've considered
No alternative so far

Additional context
#7487

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant