Inline functions for particles
Compare changes
+ 1
− 2
@@ -51,7 +51,6 @@ void csds_loader_io_munmap_file(struct mapped_file *map);
@@ -60,7 +59,7 @@ void csds_loader_io_munmap_file(struct mapped_file *map);
Inlining the functions could still improve a bit the performances.
Currently inlining the read function improves the performances by about 5%. It also helps to cleanup a bit.