Skip to content

v1.2.1

Latest
Compare
Choose a tag to compare
@Erfanm83 Erfanm83 released this 03 Dec 20:37
· 2 commits to main since this release

Reduced execution time from 39.6s to 12.5s a 68% of improvement over 1.19GB of csv Dataset.(139,000 Deliveries)

  • Achieved more efficient data processing by eliminating unnecessary function calls.
  • Using bufio package to buffering data from Disk.
  • Using Fasthaversine to estimate the distance between points of data instead of haversine