You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using souffle to execute large test cases, the performance in interpreter mode is very low. I would like to ask if you have any good suggestions to optimiz test.tar.gz
The text was updated successfully, but these errors were encountered:
Then it really depends on your program.
If some rules are specifically slow, looking at the RAM intermediate representation (--show transformed-ram) may help spot an issue. Then crafting dedicated .plan may help if the scheduling of the rule is not optimal.
Then it really depends on your program. If some rules are specifically slow, looking at the RAM intermediate representation (--show transformed-ram) may help spot an issue. Then crafting dedicated .plan may help if the scheduling of the rule is not optimal.
. The Souffle version used is 2.4.1
. Using '-PSIPS:delta-max-bound', the results do not result in a significant improvement in performance
. The attachment is with 'time ./src/souffle -F.. /.. /tests/database/java-sec-code -D ./result .. /.. /tests/rules/2.dl -j20 --wno all --no-warn --show transformed-ram' command
When using souffle to execute large test cases, the performance in interpreter mode is very low. I would like to ask if you have any good suggestions to optimiz
test.tar.gz
The text was updated successfully, but these errors were encountered: