diff --git a/README.rst b/README.rst index ef0112b4..5021a655 100644 --- a/README.rst +++ b/README.rst @@ -377,4 +377,6 @@ Format string syntax and the documentation are based on Python's `str.format Thanks `Doug Turnbull `__ for his valuable comments and contribution to the design of the type-safe API and `Gregory Czajkowski `__ for implementing binary -formatting. +formatting. Thanks `Ruslan Baratov `__ for comprehensive +`comparison of integer formatting algorithms `__ +and useful comments regarding performance.