You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add void type to - void vecswap (int i, int j, int n, HatSort *x)
The QueryProcessCycleTime did not exist on my gcc running from cygwin so I added the logic to check for QueryProcessCycleTime and fall back to clock() if it was not set. Had to change for both startcycles and stopcycles.
With these changes the test ran up to the point where it printed out the list of input words and then just quit.
A larger file containing all words in the english language is available at http://www-personal.umich.edu/~jlawler/wordlist but the sample quite with a error when trying to process this file.
Do not have time to hack on it more since the judy array and khash are working. May come back to it and finish in the future.
The text was updated successfully, but these errors were encountered:
With these changes the test ran up to the point where it printed out the list of input words and then just quit.
A larger file containing all words in the english language is available at http://www-personal.umich.edu/~jlawler/wordlist but the sample quite with a error when trying to process this file.
Do not have time to hack on it more since the judy array and khash are working. May come back to it and finish in the future.
The text was updated successfully, but these errors were encountered: