I want to use fastutill classes in my spark streaming application (scala). I am using hashmap instead but based on Spark documentations , they suggest use fastutill classes instead of hashmap..First, i wnat to know if these classes worth and then want to know what is the equvalent class in fast utill for hashmap.
Particulalry I am using a hashmap
HashMap[Key_Object, ArrayBuffer[Value_object]..I wnated to know what is the best collection in fastutill