Azure / azure-storage-cpplite

Lite version of C++ Client Library for Microsoft Azure Storage
MIT License
25 stars 44 forks source link

maturity and comparison with azure-storage-cpp #76

Open asafka-zerto opened 4 years ago

asafka-zerto commented 4 years ago

Hello,

We're considering usage of this library (azure-storage-cpplite) for a release that is expected to be G.A. in about 6 months from today. We need to access azure blob storage from a C++ service on Linux servers. We need to understand:

  1. Is this library ready for production? is it being used in production by anyone? we're concerned by the "0.3.0" release tag, which might indicate lack of maturity for production.
  2. Some comparison with azure-storage-cpp. Based on our tests this library is indeed lighter in terms of memory consumption and number of threads, which are quite important to us, but we'd love a more comprehensive comparison made by anyone.
Jinming-Hu commented 4 years ago

2. Some comparison with azure-storage-cpp. Based on our tests this library is indeed lighter in terms of memory consumption and number of threads, which are quite important to us, but we'd love a more comprehensive comparison made by anyone.

Yes, cpplite is designed to be lightweight and have less dependencies. Our previous test results showed that cpplite has better performance over cpp sdk. But currently cpplite only support those essential APIs while cpp supports a full set of APIs.

katmsft commented 4 years ago

Hi, we will continuously follow up on this conversation with the on-going email thread. Thanks for raising this.

bhardwajs commented 4 years ago

@katmsft - how can we follow up on here? I am in the same situation as @asafka-zerto

Happy to follow-up in MSFT internal threads. Thanks!