Skip to content

Performance Issues #1

@vonsteer

Description

@vonsteer

Currently the parsing implementation isn't fast enough, ultimately the point of this project is to have fast regex extractions while still retaining the simpler format of xpath expressions.
We can make improvements:

  1. Add multiprocessing/async to have concurrent processing of each PathElement
  2. Simplify the PathElement Object further or re-implement it using a more efficient list like a linked list
  3. Reduce the usage of regex in the conversion and try for the simplest and fastest implementation.
  4. Consider using Cython or examining other ways to speed up python processing.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions