azure-sdk-for-cpp/sdk
Ahson Khan d8b555a670
Optimize Uuid.ToString() by avoiding using sprintf to do the basic string transformation (#5925)
* Optimize Uuid.ToString() to use a cached value on multiple calls.

* Add tests which call ToString() multiple times.

* Optimize Uuid::ToString by avoiding using sprintf.

* Assert all byte values will fit into a hex character.

* Update comment in test.
2024-08-22 17:34:17 -07:00
..
attestation Enable UseFederatedAuth by default (#5852) 2024-07-31 17:10:39 -07:00
core Optimize Uuid.ToString() by avoiding using sprintf to do the basic string transformation (#5925) 2024-08-22 17:34:17 -07:00
eventhubs Enable UseFederatedAuth by default (#5852) 2024-07-31 17:10:39 -07:00
identity Remove the ResourceIdentifier accepting ctor overload for ManagedIdentityCredential. (#5928) 2024-08-19 15:07:55 -07:00
keyvault Backup Tests redo PR (#5916) 2024-08-15 23:13:21 +00:00
storage reduce stack usage (#5929) 2024-08-21 13:06:57 +08:00
tables Increment package version after release of azure-data-tables (#5883) 2024-08-07 10:01:41 -07:00
template Add consumption-time value of __cplusplus to User-Agent (#5662) 2024-07-29 18:31:51 -07:00