You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by heyuyi0906 <he...@163.com> on 2020/06/29 02:56:10 UTC

何昱夷自我介绍

Hi,all
首先自我介绍一下,我叫何昱夷,毕业后一直在上海腾讯优图实验室工作,已经有三年的时间了。
优图实验室是腾讯内部图像AI算法部门,我一直从事后台开发工作,主要负责算法工程落地应用,比较典型的应用场景是微信刷脸支付。
从去年开始,优图开始选用brpc作为后台微服务框架,我在这块主要负责brpc开发适配、内部版本维护工作,平时也会学习brpc源码。
我们的brpc内部版本改动包括:
1)naming service与load balancer适配腾讯内部的服务发现组件。
2)由于优图业务重算法计算,我们封装了一套线程池。
经zhongyi介绍,非常高兴能够加入社区,向各位大佬多多学习!~^o^~

Re: 何昱夷自我介绍

Posted by tan zhongyi <zh...@gmail.com>.
Welcome heyuyi from tencent.



在 2020/6/29 上午10:56,“heyuyi0906”<he...@163.com> 写入:

    Hi,all
    首先自我介绍一下,我叫何昱夷,毕业后一直在上海腾讯优图实验室工作,已经有三年的时间了。
    优图实验室是腾讯内部图像AI算法部门,我一直从事后台开发工作,主要负责算法工程落地应用,比较典型的应用场景是微信刷脸支付。
    从去年开始,优图开始选用brpc作为后台微服务框架,我在这块主要负责brpc开发适配、内部版本维护工作,平时也会学习brpc源码。
    我们的brpc内部版本改动包括:
    1)naming service与load balancer适配腾讯内部的服务发现组件。
    2)由于优图业务重算法计算,我们封装了一套线程池。
    经zhongyi介绍,非常高兴能够加入社区,向各位大佬多多学习!~^o^~

Re: 何昱夷自我介绍

Posted by "Kevin A. McGrail" <km...@apache.org>.
Hello!
--
Kevin A. McGrail
Member, Apache Software Foundation
Chair Emeritus Apache SpamAssassin Project
https://www.linkedin.com/in/kmcgrail - 703.798.0171


On Mon, Jun 29, 2020 at 11:17 AM James Ge <jg...@gmail.com> wrote:

> Welcome!
>
> On Mon, Jun 29, 2020 at 10:56 AM heyuyi0906 <he...@163.com> wrote:
>
> > Hi,all
> > 首先自我介绍一下,我叫何昱夷,毕业后一直在上海腾讯优图实验室工作,已经有三年的时间了。
> > 优图实验室是腾讯内部图像AI算法部门,我一直从事后台开发工作,主要负责算法工程落地应用,比较典型的应用场景是微信刷脸支付。
> > 从去年开始,优图开始选用brpc作为后台微服务框架,我在这块主要负责brpc开发适配、内部版本维护工作,平时也会学习brpc源码。
> > 我们的brpc内部版本改动包括:
> > 1)naming service与load balancer适配腾讯内部的服务发现组件。
> > 2)由于优图业务重算法计算,我们封装了一套线程池。
> > 经zhongyi介绍,非常高兴能够加入社区,向各位大佬多多学习!~^o^~
>

Re: 何昱夷自我介绍

Posted by James Ge <jg...@gmail.com>.
Welcome!

On Mon, Jun 29, 2020 at 10:56 AM heyuyi0906 <he...@163.com> wrote:

> Hi,all
> 首先自我介绍一下,我叫何昱夷,毕业后一直在上海腾讯优图实验室工作,已经有三年的时间了。
> 优图实验室是腾讯内部图像AI算法部门,我一直从事后台开发工作,主要负责算法工程落地应用,比较典型的应用场景是微信刷脸支付。
> 从去年开始,优图开始选用brpc作为后台微服务框架,我在这块主要负责brpc开发适配、内部版本维护工作,平时也会学习brpc源码。
> 我们的brpc内部版本改动包括:
> 1)naming service与load balancer适配腾讯内部的服务发现组件。
> 2)由于优图业务重算法计算,我们封装了一套线程池。
> 经zhongyi介绍,非常高兴能够加入社区,向各位大佬多多学习!~^o^~

Re: 何昱夷自我介绍

Posted by JiashunZhu <zh...@gmail.com>.
Welcome yuyi to the community!

I am jiashun and currently I am involved in the building of the community.
If there is some features that you think can be patched from Tencent to the
source, you can make a pull request.
If you have any questions about the code, the community, or the design,
feel free to ask.

牟盖东 <mo...@gmail.com> 于2020年6月29日周一 下午3:17写道:

> Welcome!
>
> tan zhongyi <zh...@gmail.com> 于2020年6月29日周一 上午11:11写道:
>
> > BTW: Let me translate his introduction into English to help more people
> to
> > understand.
> >
> > Hi,all
> >
> > First of all, I'd like to introduce myself. My name is HeYuyi. After
> > graduation, I have been working in Shanghai Tencent Youtu Laboratory for
> > three years.
> >
> > Youtu lab is Tencent's internal image AI algorithm department. I have
> been
> > engaged in backend development, mainly responsible for algorithm
> > engineering landing application. The typical application scenario is
> wechat
> > face payment.
> >
> > Since last year, Youtu lab began to choose brpc as the backend
> > Microservice framework. I am mainly responsible for brpc development and
> > adoptation, internal version maintenance, and I usually learn the brpc
> > source code.
> >
> > Our brpc build changes include:
> >
> > 1) Naming service and load balancer are adapted to the internal service
> > discovery components of Tencent.
> >
> > 2) We encapsulate a set of thread pools due to the optimal graph service
> > recalculation.
> >
> > After Zhongyi introduction, I'm very glad to join the community and learn
> > from you guys! ~^o^~
> >
> > 在 2020/6/29 上午10:56,“heyuyi0906”<he...@163.com> 写入:
> >
> >     Hi,all
> >     首先自我介绍一下,我叫何昱夷,毕业后一直在上海腾讯优图实验室工作,已经有三年的时间了。
> >     优图实验室是腾讯内部图像AI算法部门,我一直从事后台开发工作,主要负责算法工程落地应用,比较典型的应用场景是微信刷脸支付。
> >     从去年开始,优图开始选用brpc作为后台微服务框架,我在这块主要负责brpc开发适配、内部版本维护工作,平时也会学习brpc源码。
> >     我们的brpc内部版本改动包括:
> >     1)naming service与load balancer适配腾讯内部的服务发现组件。
> >     2)由于优图业务重算法计算,我们封装了一套线程池。
> >     经zhongyi介绍,非常高兴能够加入社区,向各位大佬多多学习!~^o^~
> >
>


-- 
Jiashun Zhu

Re: 何昱夷自我介绍

Posted by 牟盖东 <mo...@gmail.com>.
Welcome!

tan zhongyi <zh...@gmail.com> 于2020年6月29日周一 上午11:11写道:

> BTW: Let me translate his introduction into English to help more people to
> understand.
>
> Hi,all
>
> First of all, I'd like to introduce myself. My name is HeYuyi. After
> graduation, I have been working in Shanghai Tencent Youtu Laboratory for
> three years.
>
> Youtu lab is Tencent's internal image AI algorithm department. I have been
> engaged in backend development, mainly responsible for algorithm
> engineering landing application. The typical application scenario is wechat
> face payment.
>
> Since last year, Youtu lab began to choose brpc as the backend
> Microservice framework. I am mainly responsible for brpc development and
> adoptation, internal version maintenance, and I usually learn the brpc
> source code.
>
> Our brpc build changes include:
>
> 1) Naming service and load balancer are adapted to the internal service
> discovery components of Tencent.
>
> 2) We encapsulate a set of thread pools due to the optimal graph service
> recalculation.
>
> After Zhongyi introduction, I'm very glad to join the community and learn
> from you guys! ~^o^~
>
> 在 2020/6/29 上午10:56,“heyuyi0906”<he...@163.com> 写入:
>
>     Hi,all
>     首先自我介绍一下,我叫何昱夷,毕业后一直在上海腾讯优图实验室工作,已经有三年的时间了。
>     优图实验室是腾讯内部图像AI算法部门,我一直从事后台开发工作,主要负责算法工程落地应用,比较典型的应用场景是微信刷脸支付。
>     从去年开始,优图开始选用brpc作为后台微服务框架,我在这块主要负责brpc开发适配、内部版本维护工作,平时也会学习brpc源码。
>     我们的brpc内部版本改动包括:
>     1)naming service与load balancer适配腾讯内部的服务发现组件。
>     2)由于优图业务重算法计算,我们封装了一套线程池。
>     经zhongyi介绍,非常高兴能够加入社区,向各位大佬多多学习!~^o^~
>

Re: 何昱夷自我介绍

Posted by tan zhongyi <zh...@gmail.com>.
BTW: Let me translate his introduction into English to help more people to understand.

Hi,all

First of all, I'd like to introduce myself. My name is HeYuyi. After graduation, I have been working in Shanghai Tencent Youtu Laboratory for three years.

Youtu lab is Tencent's internal image AI algorithm department. I have been engaged in backend development, mainly responsible for algorithm engineering landing application. The typical application scenario is wechat face payment.

Since last year, Youtu lab began to choose brpc as the backend Microservice framework. I am mainly responsible for brpc development and adoptation, internal version maintenance, and I usually learn the brpc source code.

Our brpc build changes include:

1) Naming service and load balancer are adapted to the internal service discovery components of Tencent.

2) We encapsulate a set of thread pools due to the optimal graph service recalculation.

After Zhongyi introduction, I'm very glad to join the community and learn from you guys! ~^o^~

在 2020/6/29 上午10:56,“heyuyi0906”<he...@163.com> 写入:

    Hi,all
    首先自我介绍一下,我叫何昱夷,毕业后一直在上海腾讯优图实验室工作,已经有三年的时间了。
    优图实验室是腾讯内部图像AI算法部门,我一直从事后台开发工作,主要负责算法工程落地应用,比较典型的应用场景是微信刷脸支付。
    从去年开始,优图开始选用brpc作为后台微服务框架,我在这块主要负责brpc开发适配、内部版本维护工作,平时也会学习brpc源码。
    我们的brpc内部版本改动包括:
    1)naming service与load balancer适配腾讯内部的服务发现组件。
    2)由于优图业务重算法计算,我们封装了一套线程池。
    经zhongyi介绍,非常高兴能够加入社区,向各位大佬多多学习!~^o^~