Currently I am working on a big .XML file from where I am retrieving useful data and discarding unnecessary data. But doing so is taking a lot of time.
So is there any instance where use of parallel programming(e.g., CUDA) is done to reduce time used to complete such task; in my case text preprocessing?