-
Notifications
You must be signed in to change notification settings - Fork 305
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
bug:invalid jump position:0 #431
Comments
Too large an array. See related issue: #402 |
OK,thx |
This may not be the same problem as that one,I changed my code to the following way of writing and still reported the same error: |
aha, can you try a larger uint and see if that helps? |
However, the execution efficiency is slightly lower than before. I used the for loop to execute |
Do you have a measure of the relative slowdown? |
func main() {
` |
I executed the above code 20 times using the pre modified code and the modified code, and took an average value for comparison |
Sorry, to clarify, 200ms is a lot if your baseline was say 500ms, but negligible if it was say 10 seconds. What does the 200ms compare against? |
The baseline is 7 to 8 seconds, and 200 milliseconds is the difference in code execution time before and after modification, shouldn't it be too much? |
That’s a 2-3% difference. If it’s consistently repeatable we should try to improve it if possible but if not, the trade-off might be worth it |
I submitted a pull request for this: #433 |
The code has exceeded the maximum word limit for an issue. I will write the code to a file and upload it:
main.txt
The text was updated successfully, but these errors were encountered: