Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Scala 2.13 and switch parser engine to Parboiled #8

Merged
merged 6 commits into from
Oct 2, 2023

Conversation

adamretter
Copy link
Collaborator

This PR:

  • Updates from Scala 2.12 to 2.13
  • Modifies the Node Path parser to remove Scala Parser Combinators and use Parboiled2 instead.

The switch to Parboiled2 alone brings a significant performance improvement whereby Indexing time is reduced by 75%.

@adamretter adamretter force-pushed the exist-4.x.x-compat-modernised branch from e5dc670 to 43afabc Compare September 30, 2023 11:09
@adamretter adamretter force-pushed the exist-4.x.x-compat-modernised branch 2 times, most recently from 747dca1 to 1b7f4b6 Compare October 2, 2023 10:47
@adamretter adamretter force-pushed the exist-4.x.x-compat-modernised branch from 1b7f4b6 to 3dc4221 Compare October 2, 2023 11:07
@adamretter adamretter merged commit f030288 into BCDH:master Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants