My code contains the calculations which cannot be broken down into number of small calculations (Permutation generation code)
Its taking some time and hence page shows that the website has gone unresponsive.
But when the calculation is completed, that alert closes and it shows the correct result.
Now, How can I get rid of that alert? (it is in javascript)
Please help!!!
You can use Web Worker, A web worker is a JavaScript running in the background, without affecting the performance of the page.