This commit is contained in:
Victor Zverovich 2014-08-01 07:36:08 -07:00
parent 5ccbc9bb53
commit 3390a9510e

View File

@ -400,4 +400,4 @@ comments and contribution to the design of the type-safe API and
formatting. Thanks `Ruslan Baratov <https://github.com/ruslo>`__ for comprehensive formatting. Thanks `Ruslan Baratov <https://github.com/ruslo>`__ for comprehensive
`comparison of integer formatting algorithms <https://github.com/ruslo/int-dec-format-tests>`__ `comparison of integer formatting algorithms <https://github.com/ruslo/int-dec-format-tests>`__
and useful comments regarding performance, `Boris Kaul <https://github.com/localvoid>`__ for and useful comments regarding performance, `Boris Kaul <https://github.com/localvoid>`__ for
[C++ counting digits benchmark](https://github.com/localvoid/cxx-benchmark-count-digits). `C++ counting digits benchmark <https://github.com/localvoid/cxx-benchmark-count-digits>`__.