5.1.4.2 : Table implementation performances



Figure 2 : Left panel : total averaged time for the table implementation function. Right panel : averaged time to compute one single element (in this case a particle which is split into several tables).



Here we get progressive speed up depending on the compilation option (what we expect). We get a speed up of about 15 between -O0 and -O3 or -Ofast. In this case -O3 is a bit faster than -Ofast but there are close to eachother.