moonshadow565·6 เดือนที่ผ่านมา·discussThat website (threads.com) does not load properly on firefox on phone. Most of images are missing and layout is all messed up.
moonshadow565·11 เดือนที่ผ่านมา·discussJust because its old doesn't mean it's more portable. If anything it makes me think it's even less portable.
moonshadow565·ปีที่แล้ว·discussWhat about encoding it in such way we dont need huge tables to figure the category for each code point?
moonshadow565·ปีที่แล้ว·discussIt's not that complex if you remove all the stuff you don't use: https://godbolt.org/z/rM9ejojv4 .Main things you would need to understand is specialization (think like pattern matching but compile time) and pack expansion (three dots).