Click here to Skip to main content
15,881,248 members
Articles / Desktop Programming / Win32

Implementing Bubble Sort with SSE2

Rate me:
Please Sign up or sign in to vote.
4.88/5 (21 votes)
19 Feb 2008Ms-PL11 min read 78.4K   346   29  
How much faster will implementing "the generic bad algorithm" in SSE2 make it?

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Microsoft Public License (Ms-PL)


Written By
Architect
United States United States
I'm a software engineer with 25 years of experience in areas from game and simulation development, enterprise development, systems management, machine learning, real-time and embedded systems development and geospaitial systems development.

You can find more of my work at http://www.codeplex.com and my articles at http://vectordotnet.blogspot.com/ and http://dotnoted.spaces.live.com.

Comments and Discussions