- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We are making some code parallel which contains qsort(). On a recent Web seminar here, I heard that the standard template library sort was faster. It definitely was faster. When we made the code parallel,VTune pointed to this revised code as containing a LOCK which keeps it the stl code from actually running in parallel efficiently.
Is there a better sort available (linking Microsoft Thread Safe libraries)? Is it possible this goes away in Release version?
Link Copied
0 Replies
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page