Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

最近の作業部屋活動履歴

2021-06-15
2019-10-20

最近のWikiの更新 (Recent Changes)

No changes on this wiki.

Wikiガイド(Guide)

サイドバー (Side Bar)

C++ Parallel Sort

A simple parallel sort as a demonstration of how easy (and fast) this is in C++

Release Files

No download files.

Recent Commits

Révisionl'heureAuteurMessage: RSS
9974a2cf2021-06-15 22:27:07Eric HopperPut copyright notices in source files.
9fd314912018-12-16 16:32:04Eric HopperIt's GPLv3.
a1bbbd5e2018-12-16 16:23:53Eric HopperAdd a README
ed8c28782018-12-16 15:54:51Eric HopperSwitched to using raw arrays instead of vectors. <obj si...
e36b2c2f2018-12-13 03:20:17Eric HopperInitial versions of a C sort vs. a C++ sort.

C++ Parallel Sort Test

This is just me playing around with a simple parallelization for sorting a large array of integers.

I'm mostly please with how I used a queue to end the whole thing with a set of maximally parallel merges.

I also wrote a non-parallel version in C. C doesn't have widely available portable threading.

Latest updated Tickets

No tickets

About Chamber Wiki

Welcome to OSDN Wiki system. Here is your chamber Wiki space.

Check Wiki Guide (English) to refer syntax and functions.