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

Some performance and code optimizations #955

Merged
merged 8 commits into from
May 18, 2024
Merged

Conversation

13xforever
Copy link
Contributor

@13xforever 13xforever commented May 18, 2024

  • Replaced most Regex usages to compile-time generated implementation to improve startup and runtime performance
  • Replaced collection initialization with new C# syntax (compile-time initialization optimizations)
  • Added global Regex configuration for pattern cache size to improve content filters performance
  • Fixed some issues and upgraded 3rd party packages

Will require fresh container pull after build if using Docker.

@clienthax clienthax merged commit 72dbc40 into RPCS3:master May 18, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants