News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

64 bit fast random word generator.

Started by hutch--, September 05, 2017, 07:26:14 PM

Previous topic - Next topic

hutch--

The old one written in 32 bit BASIC was ok for 32 bit sized tests but far too slow for making large word lists to test the speed of string sorting algorithms. This is a completely new one written in 64 bit MASM that is much faster than the old one. run it from the command line to get the notation. The source is a joy to behold and is a bit fiddly but its clear enough.