Elfocrash / Cosmonaut

🌐 A supercharged Azure CosmosDB .NET SDK with ORM support
https://cosmonaut.readthedocs.io
MIT License
342 stars 44 forks source link

Some basic v3 work #111

Closed Elfocrash closed 4 years ago

Mortana89 commented 4 years ago

3.0, exciting!! Noticing some performance improvements with 3.0? Thanks for your efforts!

Elfocrash commented 4 years ago

@Mortana89 It's not even close to functional yet. More like reorganizing atm and discarding whats not needed. I do not expect any improvement and even if there is, it doesn't matter because the bottleneck isn't C# but the RU/s. Performance it the lowest reason on my list for the update. I mainly do it so people don't think that Cosmonaut is going to be obsolete.

For some context, the improvements would be around things that fail not things that work because the SDK no longer throws exceptions on bad requests (404 etc).