3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-01 03:33:50 +01:00
dft_tools/test/speed
Olivier Parcollet fc2a620eae arrays: new ref counting and weak views
- improve the mem_block and shared_block.
- the reference counting is now done in the mem_block and shared_block, removing the need of shared_ptr.

- speed tests shows that shared_ptr is very slow (due to thread safety?)
the new version is much better, though not perfect.

- Hence introducing weak views.

- also :
-- clean the guard mechanism for python (to allow returning from python without any python ref left).
-- clean code, add documentation for mem_block
-- remove nan init, which was not working, and corresponding test
-- serialisation of view still unchanged (need to forbid serialization of view ??).

- tests ok, incl. valgrind tests.
2013-07-23 08:13:44 +02:00
..
apply_on_tuple_s.cpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
array1.cpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
array2.cpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
array_lazy_assign.cpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
array_short1.cpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
array_view.cpp arrays: new ref counting and weak views 2013-07-23 08:13:44 +02:00
clef1.cpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
clef_common.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
CMakeLists.txt First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
gemv.cpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
gf_s.cpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
isol_array_foreach_pb.cpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
matmul_s.cpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
pool.cpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
speed_tester.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00