Project DescriptionThe implementation of well-known basic algorithms in computer science using a variety of technologies. Useful to compare the raw performance of various languages, runtimes, and hardware-based implementations.
The coolest thing here, currently, is the implementation of the Bubble Sort algorithm in a mixed-mode C++/CLI assembly using hand-tuned SSE2 assembly code.
Check the
Source Code tab to find something to download - there are no releases, just code.