Open stonylohr opened 3 years ago
Actually been attacking these problems on my own.
I Currently have the rust implementation at ~7.06% faster than the reference C implementation. I hope to open a PR by sunday. If the project is interested in these changes.
Wow! I'll be interested to see your changes, though it may take me a bit. I haven't had much time for this in a while, but I think I can figure out a way to make some time for it.
On Thu, Jan 18, 2024 at 4:55 PM Cody Laeder @.***> wrote:
Actually been attacking these problems on my own.
I Currently have the rust implementation at ~7.06% faster than the reference C implementation. I hope to open a PR by sunday. If the project is interested in these changes.
— Reply to this email directly, view it on GitHub https://github.com/georust/geographiclib-rs/issues/32#issuecomment-1899460590, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPR6RKLS3F2AEVDI65JZXLYPG77PAVCNFSM4WQKTF52U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBZHE2DMMBVHEYA . You are receiving this because you authored the thread.Message ID: @.***>
Some avenues to consider, in roughly chronological order of observation, include:
|=
.None is likely to make much impact individually, but they might add up to something together.
I'll continue adding items to this list as I explore issues with returned values, until we get around to actually trying to make performance improvements.