Skip to content

fix(regex): remove substring caching & add genMatches caching#68

Merged
Claiyc merged 3 commits into
mainfrom
fix/65-substring-caching
Dec 13, 2022
Merged

fix(regex): remove substring caching & add genMatches caching#68
Claiyc merged 3 commits into
mainfrom
fix/65-substring-caching

Conversation

@Claiyc

@Claiyc Claiyc commented Dec 13, 2022

Copy link
Copy Markdown
Member

PR description

Describe your changes in detail here
This removes persistent caching of substrings and adds caching of generated Matches (for approximate regex matching)

Definition Of Done (DoD)

This PR can be squashed / merged if

  • a developer is assigned
  • the PR is NOT estimated
  • the PR is labeled
  • the PR is assigned to the current sprint
  • a meaningful title has been set according to https://www.conventionalcommits.org/
  • the PR is described in detail
  • the PR links to an issue
  • the PR has been reviewed

Add additional conditions here if necessary for this PR
fixes #65

@Claiyc Claiyc added bug Something isn't working Phase: Construction RUP: Implementation improvement Some layout / structure / performance optimization labels Dec 13, 2022
@Claiyc
Claiyc requested a review from tonoizer December 13, 2022 18:47
@Claiyc Claiyc self-assigned this Dec 13, 2022
tonoizer
tonoizer previously approved these changes Dec 13, 2022

@tonoizer tonoizer left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@Claiyc

Claiyc commented Dec 13, 2022

Copy link
Copy Markdown
Member Author

Lgtm

accepting this as reviewed

@Claiyc
Claiyc merged commit 62244ff into main Dec 13, 2022
@Claiyc
Claiyc deleted the fix/65-substring-caching branch December 13, 2022 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working improvement Some layout / structure / performance optimization Phase: Construction RUP: Implementation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove caching of substrings

2 participants