nidomiro / relation-tuple-parser

MIT License
6 stars 3 forks source link

improve perfromance of ts impl #22

Open nidomiro opened 1 year ago

nidomiro commented 1 year ago

All tests are executed on the same machine and the values are for 100 executions:

Impl Time (ms)
antlr 55.1
split 0.7
execute replacements 1.1

As the replacement execution is slower than the parsing, I will remove support for RelationTupleWithReplacements.

nidomiro commented 10 months ago

https://github.com/nidomiro/relation-tuple-parser/tree/22-improve-perfromance-of-ts-impl