jason-fan

Results 2 comments of jason-fan

/** * @details Get the time point as a std::tm object. */ std::tm XLDateTime::tm() const // ... // ===== Calculate the number of days. result.tm_mday = static_cast(serial); serial -= result.tm_mday;...

> Just tested it versus another JSON parsers. Great performance but sample result file 4% bigger due ugly ".0" after any number. Also lua 5.3 natively support int64 while I'm...