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

delta-max-bound sips heuristic #2260

Merged
merged 1 commit into from
Apr 14, 2022

Conversation

julienhenry
Copy link
Member

Adding a delta-max-bound heuristic that behaves as max-bound, but prioritizes the @delta_ relation.
This is most of the time an excellent static scheduling heuristic.

@codecov
Copy link

codecov bot commented Apr 12, 2022

Codecov Report

Merging #2260 (8beb0cb) into master (418a194) will decrease coverage by 0.08%.
The diff coverage is 24.19%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2260      +/-   ##
==========================================
- Coverage   75.15%   75.06%   -0.09%     
==========================================
  Files         455      455              
  Lines       28465    28495      +30     
==========================================
- Hits        21392    21390       -2     
- Misses       7073     7105      +32     
Impacted Files Coverage Δ
src/ast/utility/SipsMetric.h 30.00% <22.22%> (+10.00%) ⬆️
src/ast/utility/SipsMetric.cpp 51.23% <24.52%> (-2.73%) ⬇️
src/include/souffle/profile/ProfileEvent.h 92.85% <0.00%> (-5.11%) ⬇️
src/include/souffle/datastructure/BTree.h 96.63% <0.00%> (-0.43%) ⬇️

Copy link
Member

@b-scholz b-scholz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution!

@b-scholz b-scholz merged commit 40ef962 into souffle-lang:master Apr 14, 2022
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.

None yet

2 participants