Add batch processing functions for fiat and satoshi conversions#178
Add batch processing functions for fiat and satoshi conversions#178d4rp4t wants to merge 1 commit intogetAlby:masterfrom d4rp4t:batch_fiat_conversions
Conversation
|
@d4rp4t I am not sure this is really needed in this library as this is more custom and not necessarily required. The new methods you added can be done by the application, right? |
You're absolutely right, this can be implemented at the application level. |
|
@d4rp4t on the other hand, by adding these methods we also complicate and increase the API surface and does not necessarily mean a user of the API would use them. I think this is a very specific use-case, so I still think this should be handled at the application level. |
This PR introduces batch processing utilities to enhance the efficiency of fiat and satoshi conversions. By minimizing the number of API calls, these changes aim to optimize performance for scenarios involving multiple simultaneous conversions.
Changes in this PR:
Added batch processing functions: