avatar
g*t
2
据报道。
“2015年以前,今日头条后端是python, c plus plus.
一年时间feed流全部迁移到golang.
今日头条当前后端服务超过80%的流量是跑在 Go 构建的服务上。微服务数量超过100个
,高峰 QPS 超过700万,日处理请求量超过3000亿,是业内最大规模的 Go 应用”
全文在:
https://36kr.com/p/5073181.html
今日头条Go建千亿级微服务的实践
还有一个管理经验的:
https://www.cnblogs.com/mafeng/p/6797268.html
avatar
m*u
3
说实话,我第一次见人说要当一辈子coder
老兄,你有个性,我喜欢,哈哈

【在 l*y 的大作中提到】
: 本人打算一辈子当coder
: 哪个方向比较适合?

avatar
w*g
4
我要用python把天下打下来了,几个亿的投资拿到了,我也可以雇些人用go都重新写一
遍。架构和接口定了,重新实现一遍很容易的,又没什么风险,所有事情里面最容易的
。就是不重写,多加点服务器也就扛下来了,熬到cpu更新换代,说不定python就足够
快了。
再说重写这些服务用了多少人月,花了多少钱,划不划算我们也不知道啊。再说出问题
的一般主要是架构而不是语言。用python迭代一次架构,未必不能达到目的。go写的服
务能比c加加快内存小么?
avatar
g*y
5
既然目标是一辈子的coder,懂个7,8门编程语言应该是不在话下的

【在 l*y 的大作中提到】
: 本人打算一辈子当coder
: 哪个方向比较适合?

avatar
m*n
6
“go写的服务能比c加加快内存小么?”
你忽略了国内程序员大部分基础薄弱的约束条件
事实上不止国内,全世界都如此
avatar
l*y
7
因为我的性格不适合干别的。。

【在 m****u 的大作中提到】
: 说实话,我第一次见人说要当一辈子coder
: 老兄,你有个性,我喜欢,哈哈

avatar
g*t
8
是的。python c plus也是大后端的valid solution。换go其实有点多余。2015年时候
今日头条用户早就上亿了。这也说明了python based solution 本身其实并没什么问题。
我转这个资料的意思是。go走到了当初python 后端成熟期的阶段了。


: 我要用python把天下打下来了,几个亿的投资拿到了,我也可以雇些人用
go都重
新写一

: 遍。架构和接口定了,重新实现一遍很容易的,又没什么风险,所有事情
里面最
容易的

: 。就是不重写,多加点服务器也就扛下来了,熬到cpu更新换代,说不定
python
就足够

: 快了。

: 再说重写这些服务用了多少人月,花了多少钱,划不划算我们也不知道啊
。再说
出问题

: 的一般主要是架构而不是语言。用python迭代一次架构,未必不能达到目
的。go
写的服

: 务能比c加加快内存小么?



【在 w***g 的大作中提到】
: 我要用python把天下打下来了,几个亿的投资拿到了,我也可以雇些人用go都重新写一
: 遍。架构和接口定了,重新实现一遍很容易的,又没什么风险,所有事情里面最容易的
: 。就是不重写,多加点服务器也就扛下来了,熬到cpu更新换代,说不定python就足够
: 快了。
: 再说重写这些服务用了多少人月,花了多少钱,划不划算我们也不知道啊。再说出问题
: 的一般主要是架构而不是语言。用python迭代一次架构,未必不能达到目的。go写的服
: 务能比c加加快内存小么?

avatar
l*y
9
都会,总得选个方向吧
前端还是后端之类的

【在 g*******y 的大作中提到】
: 既然目标是一辈子的coder,懂个7,8门编程语言应该是不在话下的
avatar
m*u
10
我觉得后端有意思

【在 l*y 的大作中提到】
: 都会,总得选个方向吧
: 前端还是后端之类的

avatar
r*o
11
前端和后端到底是啥意思啊?

【在 m****u 的大作中提到】
: 我觉得后端有意思
avatar
B*t
12
如果你打算一辈子当coder, 好好学学体系结构,操作系统和算法吧,语言的只是工具
,但汇编和c必须精通,C++就是个wraper,无它。其他java,.net什么的都是浮云。
建议你去读读这篇文章
http://www.stsc.hill.af.mil/CrossTalk/2008/01/0801DewarSchonberg.html

【在 l*y 的大作中提到】
: 本人打算一辈子当coder
: 哪个方向比较适合?

avatar
l*y
13
多谢
我还是决定搞c++了
以后想开发游戏

【在 B*****t 的大作中提到】
: 如果你打算一辈子当coder, 好好学学体系结构,操作系统和算法吧,语言的只是工具
: ,但汇编和c必须精通,C++就是个wraper,无它。其他java,.net什么的都是浮云。
: 建议你去读读这篇文章
: http://www.stsc.hill.af.mil/CrossTalk/2008/01/0801DewarSchonberg.html

avatar
l*c
14
C 和 C++ 面试时完全不同。
C 就一个问题: 指针。
C++ 可以有一百个问题。

【在 B*****t 的大作中提到】
: 如果你打算一辈子当coder, 好好学学体系结构,操作系统和算法吧,语言的只是工具
: ,但汇编和c必须精通,C++就是个wraper,无它。其他java,.net什么的都是浮云。
: 建议你去读读这篇文章
: http://www.stsc.hill.af.mil/CrossTalk/2008/01/0801DewarSchonberg.html

avatar
l*c
15
软件工程师, 做database 最来钱

【在 B*****t 的大作中提到】
: 如果你打算一辈子当coder, 好好学学体系结构,操作系统和算法吧,语言的只是工具
: ,但汇编和c必须精通,C++就是个wraper,无它。其他java,.net什么的都是浮云。
: 建议你去读读这篇文章
: http://www.stsc.hill.af.mil/CrossTalk/2008/01/0801DewarSchonberg.html

avatar
g*g
16
I'd recommend Java because Java has biggest number of jobs.
The demand of C++ is gradually getting lower.
It's true a language itself is probably trivial (except C++).
But the huge libraries and frameworks, design patterns may
take years to master, and those experience is important in
industry.

【在 l*y 的大作中提到】
: 本人打算一辈子当coder
: 哪个方向比较适合?

avatar
P*y
17
The entry barrier of java is much much lower than that of C++. Very soon, th
ere are plenty of java coders at very cheap price.
For C++ coder, this is a totally different story.

【在 g*****g 的大作中提到】
: I'd recommend Java because Java has biggest number of jobs.
: The demand of C++ is gradually getting lower.
: It's true a language itself is probably trivial (except C++).
: But the huge libraries and frameworks, design patterns may
: take years to master, and those experience is important in
: industry.

avatar
g*g
18
That's why you don't want to be a C++ coder if you are still in school.
The number of the C++ jobs are shrinking, and there are tons of 10yr+
experience guys out there. What make you so confident to compete with
them?
On Java side, at least there are plenty of entry level jobs.

th

【在 P***y 的大作中提到】
: The entry barrier of java is much much lower than that of C++. Very soon, th
: ere are plenty of java coders at very cheap price.
: For C++ coder, this is a totally different story.

avatar
P*y
19
My background is E.E. C++ can make life a lot easier than in C.
Anyway, programming language is only a tool for me. Java is not an option co
z it can hardly support direct hardware access....

【在 g*****g 的大作中提到】
: That's why you don't want to be a C++ coder if you are still in school.
: The number of the C++ jobs are shrinking, and there are tons of 10yr+
: experience guys out there. What make you so confident to compete with
: them?
: On Java side, at least there are plenty of entry level jobs.
:
: th

avatar
f*4
20
programming language不是问题,问题是你能用它做什么
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。