Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
KIRBY!! :pleromatan: (kirby@fsebugoutzone.org)'s status on Friday, 23-May-2025 00:17:28 JST KIRBY!! :pleromatan:
@dsm @eric @phnt @tinfoil-hat like I dunno, if you were to write a generic array type for a language it might look something like this:
struct {
void *data;
size_t data_len;
};
not thinking cpu cache I'm just saying theres probably a value in memory which has the length of the object already.