You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/04/13 05:30:24 UTC

[GitHub] [pinot] KKcorps commented on issue #8512: [Feature Request] Handling optional parts in date format

KKcorps commented on issue #8512:
URL: https://github.com/apache/pinot/issues/8512#issuecomment-1097575529

   From my benchmarks, java time seems 20-30% slower than Joda time.
   ```
   Benchmark                                  Mode  Cnt     Score     Error  Units
   BenchmarkJoda.benchmarkJavaTime            avgt    5  6077.279 ± 282.175  us/op
   BenchmarkJoda.benchmarkJavaTimePerCompute  avgt    5  6055.735 ± 254.637  us/op
   BenchmarkJoda.benchmarkJoda                avgt    5  4671.964 ±  93.222  us/op
   
   ```
   
   
   Code - https://gist.github.com/KKcorps/19b6b093bfa15b7d62b27db0b8012e51


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org