]> ruin.nu Git - germs.git/commit
Basic implementation of threaded sorting
authorMichael Andreen <harv@ruin.nu>
Thu, 30 Oct 2008 10:43:29 +0000 (11:43 +0100)
committerMichael Andreen <harv@ruin.nu>
Thu, 30 Oct 2008 10:43:29 +0000 (11:43 +0100)
commit6b0585c4c6aa12aad13965d5f17be9a4a51653b5
treefbe7bd9e9fded130ed51912d08073c1cbbbe3337
parent623097444fac1993a86e6d73b203bc3c6d731c11
Basic implementation of threaded sorting

Assumes the caller calles join() to wait for all threads to end.
src/main.cpp
src/reverseaction.h
src/sortaction.h
src/threadgenesorter.cpp