-
Notifications
You must be signed in to change notification settings - Fork 21
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
Benchmark against C #9
Comments
We timed just the Forward() operation, using the BenchmarkConvert* tests in package operations and using the code in PROJ4's example app. Inputs are (12.0,55.0). The runs were done on mpg's laptop and compiled with Go 1.10.
In all three Go examples, ~40-60% of the time was spend in the I'm surprised at the size of the deltas for the utm and airy tests. Someday, someone should examine these more closely. |
@mpgerlek I would be interested in seeing the pprof graph if you have it handy. |
I didn't save the files, but here's some anecdotal snips from my the scrollback of my terminal window:
|
We need to run something like the UTM example case over a zillion points, and see how it compares to the C code.
The text was updated successfully, but these errors were encountered: