Remove indirection from t_tree_node to data
authorLukáš Jiřiště <gymnazium.jiriste@gmail.com>
Thu, 31 Jul 2025 06:22:39 +0000 (08:22 +0200)
committerLukáš Jiřiště <gymnazium.jiriste@gmail.com>
Thu, 31 Jul 2025 06:25:17 +0000 (08:25 +0200)
commit12d162c5f77883eccb65a40e6358da5b3dedb326
tree161150349d5c1866b130a60774cbd499c05d2bca
parenta03c47b6543571d1710830621bef2e85dd1b3480
Remove indirection from t_tree_node to data

This (probably) leads to faster access. I wanted to try to implement it
like this.
This is still not hardened and untested.
ft_struct/ft_tree_access_data.c
ft_struct/ft_tree_append_child.c
ft_struct/ft_tree_erase_child.c
ft_struct/ft_tree_free.c
ft_struct/ft_tree_init.c
ft_struct/ft_tree_replace_with_child.c
inc/ft_struct.h