Click here to Skip to main content
15,891,375 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.8K   347   29  
How much faster will implementing "the generic bad algorithm" in SSE2 make it?

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

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