zrlio / crail-spark-io

Fast I/O plugins for Spark
Apache License 2.0
41 stars 14 forks source link

Fix scala loops from for/range to while #8

Open animeshtrivedi opened 6 years ago

animeshtrivedi commented 6 years ago

Scala for loops on range objects are super slow. We should replace then with the while loops. I will do it in next few days