Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove any reference to mergesort.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 14 Nov 2013 21:57:09 +0000 (22:57 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 14 Nov 2013 21:57:09 +0000 (22:57 +0100)
commitd5c11dbc7ac52c97c04aee539dbf9e69a2a68f68
treea356f07f60a67d70d868fb22eeb14d23622e6031
parent58edfe47ba68e2729d8a098423fd9237435108eb
Remove any reference to mergesort.

* it was in fact never used (see commit 7f6d42b)
* it's not standard
* according to http://www.freebsd.org/cgi/man.cgi?query=mergesort&sektion=3,
  - it may fail
  - it's generally slower than qsort
  - it has requirements on its parameter "size"
  - it requires additional memory
buildtools/Cmake/CompleteInFiles.cmake
buildtools/Cmake/src/internal_config.h.in
src/xbt/dynar.c
tools/spell/sg_stopwords.txt