3
0
mirror of https://github.com/triqs/dft_tools synced 2024-12-25 22:03:43 +01:00
dft_tools/triqs/utility
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
..
draft First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
python First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
callbacks.cpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
callbacks.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
compiler_details.hpp arrays: new ref counting and weak views 2013-07-23 08:13:44 +02:00
complex_ops.hpp utility : tuple, complex_ops 2013-07-19 13:27:03 +02:00
concept_tools.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
count_type_occurrence.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
crash_logger.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
dressed_iterator.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
exceptions.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
expression_template_tools.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
factory.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
first_include.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
formatted_output.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
fortran_mangling.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
function_arg_ret_type.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
has_traits.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
legendre.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
macros.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
mini_vector.hpp utility : tuple, complex_ops 2013-07-19 13:27:03 +02:00
pade_approximants.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
report_stream.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
scope_guard.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
serialization.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
signal_handler.cpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
signal_handler.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
stack_trace.cpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
stack_trace.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
std_vector_expr_template.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
time_pt.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
timer.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
tuple_tools.hpp utility : tuple, complex_ops 2013-07-19 13:27:03 +02:00
typeid_name.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
view_tools.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00