tarantool / tarantool/tarantool
datetime parsing benchmark
@tsafin is already working on this.
Since Mar 18, 2022.
- Dominant language
- Lua
- Stars
- 3.7k
- Forks
- 419
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 88
Description
As a followup to #6731 we need to bring to the Tarantool repository (part of) https://github.com/tsafin/bench-timestamps benchmarks to use it for regression testing of parsing routines.
tsafin/bench-timestamps compare re2c, c-dt, icu, and cctz pparsing performance. We do not need heavy dependency (like icu and cctz) but we already using c-dt, and this benchmark should be localized.
We foresee that soon we would need to rewrite part of parsing facilities to Ragel, so it would be good case
for comparison of performance impact of such rewrite.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.