angr-z3
angr-z3 copied to clipboard
Not really an issue
Dear all, I would know if there is a reason for the z3-solver to be slower with Pyhton 3.7 than with Python 3.5.
best regards
I'm unaware of that. How are you testing it?
I did not do precise test, I only measure the time of my application with python 3.5 and python 3.7. I was surprise since 3.7 takes twice the time of 3.5. I am thinking that I use the pydev environment and may be it is responsible of the differences I observed. I will look at this side. regards
Are you using Z3 directly or using angr (thus, using claripy)?
I don't use angr but Z3 directly.