HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cheez

no profile record

comments

cheez
·6 ปีที่แล้ว·discuss
Yeah... super confusing.
cheez
·7 ปีที่แล้ว·discuss
Yep, I have similar revenue and I charge somewhere between 25-45 per user.
cheez
·7 ปีที่แล้ว·discuss
A good one though, very much worth it.
cheez
·7 ปีที่แล้ว·discuss
A few hundred apps? What problem are you guys solving?
cheez
·9 ปีที่แล้ว·discuss
Right. Usually the entire application is not performance critical. Only certain sections are. For that part of the application, profile and optimize.
cheez
·9 ปีที่แล้ว·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
·9 ปีที่แล้ว·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.