He got cancelled because he would say “can I jerk off in front of you?” And people thought it was a joke, so they would say “yes” and he’d whip it out and jerk off…
I think it’s partly the fact he is a comedian, people thought it was a joke
He got cancelled because he would say “can I jerk off in front of you?” And people thought it was a joke, so they would say “yes” and he’d whip it out and jerk off…
I think it’s partly the fact he is a comedian, people thought it was a joke
Yes and no.
It’s about abstractions more than optimizing.
React native is JavaScript code, which means it’s starting (essentially) a web browser, then it downloads, parses, and runs the code.
All of this takes time, and is repeated every time it starts (perhaps they might cache this for windows).
If they used a compiled or JIT language, it would be much faster performance, since there are fewer abstractions, but the hi would be much harder to build…