-
Notifications
You must be signed in to change notification settings - Fork 2
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
Get nerd-sniped and do some micro-optimizations. #41
Open
adam-azarchs
wants to merge
11
commits into
master
Choose a base branch
from
azarchs/waste-time
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.
Commits on Mar 23, 2022
-
Minor modernizations and optimizations in STAR code.
Use std::unique_ptr in more places. Replace c-style arrays with c++ std::array. Use defaulted constructors/destructors where appropriate. Make it easier for the compiler to vectorize comparisons in the inner loop of stitchAlignToTranscript.
Configuration menu - View commit details
-
Copy full SHA for 104684e - Browse repository at this point
Copy the full SHA 104684eView commit details -
Use -fvisibility=hidden and -ffunction-sections.
We're linking statically, and this lets the compiler be better at dead-code elimination.
Configuration menu - View commit details
-
Copy full SHA for 565ee67 - Browse repository at this point
Copy the full SHA 565ee67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a4dfb3 - Browse repository at this point
Copy the full SHA 5a4dfb3View commit details
Commits on Sep 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 104344b - Browse repository at this point
Copy the full SHA 104344bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9efdf32 - Browse repository at this point
Copy the full SHA 9efdf32View commit details
Commits on Sep 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 782c6a9 - Browse repository at this point
Copy the full SHA 782c6a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9f26c7 - Browse repository at this point
Copy the full SHA a9f26c7View commit details
Commits on Sep 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 14353c6 - Browse repository at this point
Copy the full SHA 14353c6View commit details
Commits on Sep 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b34d0ff - Browse repository at this point
Copy the full SHA b34d0ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0f5d95 - Browse repository at this point
Copy the full SHA a0f5d95View commit details
Commits on Sep 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 205a83d - Browse repository at this point
Copy the full SHA 205a83dView 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.