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
Write a simple program using Boost.Geometry to show the performance(maybe in running times and memory used)between the performance of spherical distance computation vs. the comparable distance.test_spherical_comparable_distance.cpp
Improve the test tasks.
Improve Proposal with Vissarion's comment.
The text was updated successfully, but these errors were encountered:
Remember that your final goal is to have a faster way to compare lengths of segments(mostly care about one common point ie. p1=p3). If you can have it for some specific inputs only, it's a partial solution which is not bad. Also if some solution e.g. haversine does not work for some inputs this sis also interesting should be noted down.
The text was updated successfully, but these errors were encountered: