toraritte / program

1 stars 0 forks source link

Make line matches concurrent #4

Open toraritte opened 5 years ago

toraritte commented 5 years ago

Line matches could be done concurrently, because matching in idempotent and matching operations are orthogonal. (Is this the right word?)

Problem: Depending on how #3 is solved, it could be a possible bottleneck because each process would call to the same external command. (Look up article, I may be remembering wrong, but ultimately do benchmarks.)