thierry_src
No user record in our sample, but thierry_src has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but thierry_src has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
One of my worry about the presented ideas, and this is present in RISC-V vector ISA if I'm not mistaken, is that register-size-independent vector instructions have random execution times depending on hardware register…
An old attempt to this was SWAR-C, (SIMD within a register - C), that could target Neon, altivec and MMX/SSE. I think SWAR-C nailed the syntax (a vector ?: operator, for example).…
As pointed out: it's done, look for algorithmics over grammar-based compression. Querying and search is one of the operation that is doable on compressed data. See Algorithmics on SLP-compressed strings: A survey…
I'd say there are some possibilities in compression formats that are transparent to certain operations, that is compressed data you can process as is (without decompressing). For example, look at Algorithmics on…
A few years ago, before the advent of Copilot (and ChatGPT), I was telling my students their future as programmer was bleak, because most coding is either interfacing stuff, or creating an often incorrect heuristic to…