About SOA & AOS [Memory Layout]
https://youtu.be/YGTZr6bmNmk?si=Y9wKpc3IW3BvfmO5
https://youtu.be/ghawCl8YW6E?si=ELa0Ah_k7h_sxFZ0
پ.ن: اوضاع به شدت خیطه🦖
https://youtu.be/YGTZr6bmNmk?si=Y9wKpc3IW3BvfmO5
https://youtu.be/ghawCl8YW6E?si=ELa0Ah_k7h_sxFZ0
پ.ن: اوضاع به شدت خیطه🦖
YouTube
Discussion of SIMD, SOA, AOSOA. Followed by Questions & Answers.
The first programming related to this discussion is in this video: https://youtu.be/zgoqZtu15kI
👾4
C++ بد بود و با استاندارد 26 بدتر هم شده
https://isocpp.org/files/papers/P2996R4.html#emulating-typeful-reflection
کلا طرز فکر ++c گرایش خاصی به ساختن پیچیدگی داره |: صد رحمت به Rust و Zig. حداقل ترید آف ش منطقی تره
https://isocpp.org/files/papers/P2996R4.html#emulating-typeful-reflection
template <class... Tags>
consteval auto make_named_tuple(std::meta::info type, Tags... tags) {
std::vector<std::meta::info> nsdms;
auto f = [&]<class Tag>(Tag tag){
nsdms.push_back(data_member_spec(
dealias(^typename Tag::type),
{.name=Tag::name()}));
};
(f(tags), ...);
return define_class(type, nsdms);
}
کلا طرز فکر ++c گرایش خاصی به ساختن پیچیدگی داره |: صد رحمت به Rust و Zig. حداقل ترید آف ش منطقی تره
👍5😱1