Commits

Milo Yip authored c54915297b5
Change CountDecimalDigit32() to simple implementation It is simple and pure C++. And it is found in performance test that it is even faster than the original version, due to distribution of n. But the performance gain is not obvious in RapidJSON.