HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cheez

no profile record

comments

cheez
·hace 6 años·discuss
Yeah... super confusing.
cheez
·hace 7 años·discuss
Yep, I have similar revenue and I charge somewhere between 25-45 per user.
cheez
·hace 7 años·discuss
A good one though, very much worth it.
cheez
·hace 7 años·discuss
A few hundred apps? What problem are you guys solving?
cheez
·hace 9 años·discuss
Right. Usually the entire application is not performance critical. Only certain sections are. For that part of the application, profile and optimize.
cheez
·hace 9 años·discuss
I use this liberally. Generally, it is a runtime performance issue only on repeated allocations for which you can optimize if needed. Once-only allocations can be ignored when using compiler firewalls.
cheez
·hace 9 años·discuss
This would be the end of the discussion if it weren't for stupidity like this: https://groups.google.com/a/chromium.org/forum/#!msg/chromiu...

Generally, I find when people crow about performance, the product they're talking about usually has some questionable architectural/design/implentation decisions that dominate the performance issues so I have to do my best not to roll my eyes.

Yes, you can write performant C++ using well-understood compiler firewalls, interfaces, etc that reduce your compile time.