由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 请问各位工作的人,算法复杂度分析在工作中用的着吗?
相关主题
请教:Map reduce到底是什么啊 (转载)大家都用什么工具来profile C/C++程序
百度面试题,any idea?怎么样profile C++ code最好?
最短路的算法复杂度问题急问:问一段code是不是好的Practice,是什么意思?
满血复活Why Avoid array indexing. Use pointers.
急问:大家一般都用什么profiling工具和memory leak的监测工求教:c++中如何从raw data中创建对象?
gprof和STL的问题请教C++问题
[合集] 急问:大家一般都用什么profiling工具和memory leak的监请教个throughput的问题
code profiling 的问题请问写个编程相关的blog,申请工作的时候,有人看么?
相关话题的讨论汇总
话题: find话题: good话题: enough话题: tuning话题: 在工作中
进入Programming版参与讨论
1 (共1页)
r*******n
发帖数: 3020
1
rt
x****u
发帖数: 44466
2
这当然得看你是干什么工作的了。
要是加油站的,我估计用不到。

【在 r*******n 的大作中提到】
: rt
N********n
发帖数: 8363
3

That depends on what field you are in. If you are good at tuning
DB systems to run faster, you'll be hot.

【在 r*******n 的大作中提到】
: rt
r*******n
发帖数: 3020
4
做这种类似工作的是不是很少,大约有多大比例。

【在 N********n 的大作中提到】
:
: That depends on what field you are in. If you are good at tuning
: DB systems to run faster, you'll be hot.

g*****g
发帖数: 34805
5
In industry, people are pretty practical, if a system has good enough
performance, it's good enough. Otherwise, it's about profiling to find
out the bottleneck, then fine tuning above it.
A senior software engineer will find such need once a while, but
few job are dedicated on it. You'll find more of this kind of job
in research lab.

【在 r*******n 的大作中提到】
: 做这种类似工作的是不是很少,大约有多大比例。
N********n
发帖数: 8363
6

Every non-trivial project needs one. The guy has to be smoking
good and experienced enough, which is not easy to find.

【在 r*******n 的大作中提到】
: 做这种类似工作的是不是很少,大约有多大比例。
1 (共1页)
进入Programming版参与讨论
相关主题
请问写个编程相关的blog,申请工作的时候,有人看么?急问:大家一般都用什么profiling工具和memory leak的监测工
瓶颈在哪儿?gprof和STL的问题
visual studio 2010 is smart[合集] 急问:大家一般都用什么profiling工具和memory leak的监
Can you offer some performance/scalability programming tips (for interview)code profiling 的问题
请教:Map reduce到底是什么啊 (转载)大家都用什么工具来profile C/C++程序
百度面试题,any idea?怎么样profile C++ code最好?
最短路的算法复杂度问题急问:问一段code是不是好的Practice,是什么意思?
满血复活Why Avoid array indexing. Use pointers.
相关话题的讨论汇总
话题: find话题: good话题: enough话题: tuning话题: 在工作中