Y
Hacker News
new
|
ask
|
show
|
jobs
by
sp332
4025 days ago
Is there a practical difference between disabling the features and just ignoring them?
1 comments
pc2g4d
4025 days ago
Memory and CPU utilization for starters
link
dblohm7
4025 days ago
Firefox makes extensive use of lazy initialization for a lot of its code. You typically don't pay the price for those features unless you actually use them.
link
Manishearth
4025 days ago
A button that does an API call consumes very less resources until clicked.
link