Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 2.15 KB

notes.org

File metadata and controls

40 lines (31 loc) · 2.15 KB

Tasks

setData does not exist update does not exist either

[2021-02-05 Fr 16:21] ~/IMP/growt/data-structures/base_linear_iterator.hpp

the complex slots fingerprint is bad when doing circular mapping

[2021-02-04 Do 18:59] ~/IMP/growt/data-structures/element_types/complex_slot.hpp

make a find script for the utils library this would produce an error if git submodule update was not called

[2021-02-03 Mi 15:14] ~/IMP/growt/data-structures/element_types/simple_slot.hpp

construct all tables with some kind of table config stuff

[2020-10-15 Do 01:23] ~/IMP/growt/data-structures/base_linear.hpp

if slots need cleanup, do that in base table destructor but only if the element is not marked

[2020-10-15 Do 01:01] <a href=”~/IMP/growt/data-structures/base_linear.hpp::class%20A%20=%20std::allocator~/IMP/growt/data-structures/base_linear.hpp::class%20A%20=%20std::allocator<typename%20E for non-marking tables, we could still do something in the atomic_mark routine, that tells them not to cleanup (i.e. remove ptr?)

use improved allocators with per thread free lists

[2020-10-14 Mi 19:08] ~/IMP/growt/data-structures/element_types/complex_slot.hpp

change update and delete capabilities

[2020-10-08 Thu 13:14] ~/IMP/growt/data-structures/element_types/complex_element.hpp for now I removed update and delete from the new complex data types

we have to pass the hash value to the comparison for fingerprints

[2020-10-08 Thu 13:13] ~/IMP/growt/data-structures/element_types/complex_element.hpp

[2020-10-08 Thu 13:12] ~/IMP/growt/data-structures/element_types/markableelement.h