Skip to content

Resolve performance testing#239

Draft
elazaro-riverside wants to merge 15 commits into
mainfrom
resolve-performance-testing
Draft

Resolve performance testing#239
elazaro-riverside wants to merge 15 commits into
mainfrom
resolve-performance-testing

Conversation

@elazaro-riverside

@elazaro-riverside elazaro-riverside commented Jul 13, 2026

Copy link
Copy Markdown
Collaborator

This PR contains a change to lib.rs. After some testing with the Ocudu project, I decided to use the parking_lot mutex primitive over the Rust std one. The reason is that the parking_lot has more efficient synchronization over the Rust std version which requires additional instructions (CPU cycles).

@elazaro-riverside

Copy link
Copy Markdown
Collaborator Author

These recent commits should not be apart of this branch.

@elazaro-riverside

Copy link
Copy Markdown
Collaborator Author

Testing in with Gitlab instance.

@elazaro-riverside
elazaro-riverside marked this pull request as ready for review July 14, 2026 15:59
@elazaro-riverside
elazaro-riverside marked this pull request as draft July 14, 2026 19:04
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.

1 participant