Mauve 👁💜 on Nostr: Every time I need to load a large chunk of data into memory instead of streaming it ...
Every time I need to load a large chunk of data into memory instead of streaming it and processing chunks of it at a time my brain starts buzzing from the code smell.
Also whenever I use blocking IO on a single threaded codebase 😱😱
My poor RAM. It should be caching files instead of buffering!
Published at
2023-09-07 01:54:39Event JSON
{
"id": "08ea5f62ca59f913b9238e70bad26d90fb72bdc9dd20c8e84108a09cb40133dd",
"pubkey": "ca6770df24e21d6765c41a491f129fadc55ec34219c9ed90e5b18f7714bb0e70",
"created_at": 1694051679,
"kind": 1,
"tags": [
[
"proxy",
"https://mastodon.mauve.moe/users/mauve/statuses/111021370888099480",
"activitypub"
]
],
"content": "Every time I need to load a large chunk of data into memory instead of streaming it and processing chunks of it at a time my brain starts buzzing from the code smell.\n\nAlso whenever I use blocking IO on a single threaded codebase 😱😱\n\nMy poor RAM. It should be caching files instead of buffering!",
"sig": "45e20ceb134b4f77ed77614c84df5e6b7677c3117337a987c5f75b36f715d115952c02ccaa9f51b174e194ffc71f6d51b4acdcb51792b724c4e82068e5c48d07"
}