Azure.Core: Optimize RequestContent.Create from IPersistableModel<T> #42259
Labels
Azure.Core
Client
This issue points to a problem in the data-plane of the library.
System.ClientModel
Base Core library
Milestone
In the comment #42226 (comment), @KrzysztofCwalina noticed that we could improve the performance of RequestContent.Create from an IPersistableModel by not using an adapter.
Suggestions included exposing low-level APIs on ModelReaderWriter in System.ClientModel and/or just not lazily writing the content stream for models and calling the APIs on ModelReaderWriter directly from the Create method.
This issue tracks the work to improve the performance of this operation based on this observation.
The text was updated successfully, but these errors were encountered: