Richard Schneeman on Nostr: npub1xld4m…6nfy4 something on allocations i.e. allocating a single string, or ...
npub1xld4m4wmcwsqfu58p6tmsm7h67nlqj9ymh9az28t6mn8hzsjzk8q56nfy4 (npub1xld…nfy4) something on allocations i.e. allocating a single string, or 10,000 strings. Or arrays, or hashes etc.
Time to spawn a new thread. Time to shell out via back ticks.
I'm not sure how you would do it but: Ratio of query time versus constructing Ruby objects time. Basically: Don't just be careful of slow queries, be careful of queries that return a large amount of data.
Time to spawn a new thread. Time to shell out via back ticks.
I'm not sure how you would do it but: Ratio of query time versus constructing Ruby objects time. Basically: Don't just be careful of slow queries, be careful of queries that return a large amount of data.