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

chore: lazy load regexes to save memory. #900

Closed
wants to merge 3 commits into from

chore: improves API.

22ba28d
Select commit
Loading
Failed to load commit list.
Closed

chore: lazy load regexes to save memory. #900

chore: improves API.
22ba28d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 14, 2023 in 0s

56.66% of diff hit (target 81.56%)

View this Pull Request on Codecov

56.66% of diff hit (target 81.56%)

Annotations

Check warning on line 20 in experimental/regexp/regexp.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

experimental/regexp/regexp.go#L16-L20

Added lines #L16 - L20 were not covered by tests

Check warning on line 25 in experimental/regexp/regexp.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

experimental/regexp/regexp.go#L22-L25

Added lines #L22 - L25 were not covered by tests

Check warning on line 27 in experimental/regexp/regexp.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

experimental/regexp/regexp.go#L27

Added line #L27 was not covered by tests

Check warning on line 97 in internal/collections/named.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/collections/named.go#L97

Added line #L97 was not covered by tests

Check warning on line 35 in internal/collections/sized.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/collections/sized.go#L35

Added line #L35 was not covered by tests

Check warning on line 49 in internal/operators/validate_nid.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/operators/validate_nid.go#L49

Added line #L49 was not covered by tests