Back to News
Advertisement
Advertisement

⚑ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 72 words in the discussion.

Trending Topics

#latency#brilliant#hadn#seen#technique#before#optimization#skill#liked#went

Discussion (3 Comments)Read Original on HackerNews

anematodeβ€’about 2 hours ago
Brilliant! Hadn't seen this technique before.
anirudhak47β€’about 1 hour ago
latency optimization is a skill. I liked how you went till CSE pass. I myself wrote several passes to go to lowest latency possible
akoboldfryingβ€’about 1 hour ago
This is really surprising! I've never considered the possibility that using an equality test to skip a write that would be a no-op could break a dependency and thus lead to higher perf overall if the "equal" outcome occurs often enough. This might be applicable in many situations where you "edit" some data in-place, but most of the time there are few or no changes.