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 ofhaversine