khizmax/libcds

split tests/unit/map2/map_delodd.cpp and tests/unit/map2/map_insdelfind.cpp

Closed this issue · 2 comments

Compilation of this files with g++ 4.9 with -O3 flag takes over 3 GB of memory on my ubuntu 14.04 notebook 8GB, so if -j 2 option is specified and this files are compiled simultaneously (and it happens quite often) it causes out of memory error in best case, but ussualy it just freezes my pc. It would be very nice to split these files, if possible.

all map and set test have been splitted up in dev branch. Not fully tested yet

Checked, commit a9b13bc
Merged to master