forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 232
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
stable_log performance improvements #3522
Open
wkennedy
wants to merge
13
commits into
anza-xyz:master
Choose a base branch
from
wkennedy:log_performance_improvements
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+543
−24
Commits on Aug 9, 2024
-
Initial commit of potential performance improvements for stable_log.rs
Added Bench tests Added unit tests
Configuration menu - View commit details
-
Copy full SHA for 81b5418 - Browse repository at this point
Copy the full SHA 81b5418View commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f1b59b5 - Browse repository at this point
Copy the full SHA f1b59b5View commit details
Commits on Nov 6, 2024
-
Refactor logging functions and enhance test coverage.
Updated logging functions for better readability and efficiency by using `join("")` instead of `concat()`. Added extensive tests for multiple logging scenarios and edge cases. Improved benchmarks to compare new and old logging methods across different data sizes and conditions.
Configuration menu - View commit details
-
Copy full SHA for 75022aa - Browse repository at this point
Copy the full SHA 75022aaView commit details
Commits on Nov 7, 2024
-
Remove
stable_log_old.rs
and update benchmark referencesDeleted the obsolete `stable_log_old.rs` file previously used for benchmarking improvements. Updated the benchmark references and removed old benchmarks involving the deleted file to streamline the codebase.
Configuration menu - View commit details
-
Copy full SHA for 816ff7d - Browse repository at this point
Copy the full SHA 816ff7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5752251 - Browse repository at this point
Copy the full SHA 5752251View commit details -
Configuration menu - View commit details
-
Copy full SHA for a12c144 - Browse repository at this point
Copy the full SHA a12c144View commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d0cc18 - Browse repository at this point
Copy the full SHA 3d0cc18View commit details
Commits on Nov 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6526130 - Browse repository at this point
Copy the full SHA 6526130View commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for edfbdaa - Browse repository at this point
Copy the full SHA edfbdaaView commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d01259 - Browse repository at this point
Copy the full SHA 3d01259View commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eb3790c - Browse repository at this point
Copy the full SHA eb3790cView commit details
Commits on Nov 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b67ea08 - Browse repository at this point
Copy the full SHA b67ea08View commit details
Commits on Dec 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e5c6e69 - Browse repository at this point
Copy the full SHA e5c6e69View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.