
获得徽章 0
赞了这篇沸点
赞了这篇沸点
神仙外企内推,20天以上年假,可居家办公
目前公司正在开放多个岗位内推,包括但不限于:
前端开发 / 后端开发 / 数据分析 / BI / 项目管理 等等
【关于公司】
Base 广州,西安,外资银行,工作流程规范,注重Work-Life Balance
薪资福利行业top,年假超多,可居家办公
入职培训体系完整,新人也能很快上手
团队氛围友善,无内卷,leader超耐心
【关于我能提供的帮助】
简历修改+内推
面试经验分享
简历可直达面试官
【适合人群】
想找靠谱外企平台跳槽的朋友
英文可以交流,其他不限(当然好英语是加分项!)
目前公司正在开放多个岗位内推,包括但不限于:
前端开发 / 后端开发 / 数据分析 / BI / 项目管理 等等
【关于公司】
Base 广州,西安,外资银行,工作流程规范,注重Work-Life Balance
薪资福利行业top,年假超多,可居家办公
入职培训体系完整,新人也能很快上手
团队氛围友善,无内卷,leader超耐心
【关于我能提供的帮助】
简历修改+内推
面试经验分享
简历可直达面试官
【适合人群】
想找靠谱外企平台跳槽的朋友
英文可以交流,其他不限(当然好英语是加分项!)
展开
22
8
赞了这篇文章
赞了这篇文章
赞了这篇文章
这段话说了啥?![[击掌]](//lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/jj_emoji_115.a7dbbf7.png)
![[击掌]](//lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/jj_emoji_115.a7dbbf7.png)
// The effect "instance" is a shared object that remains the same for the entire
// lifetime of an effect. In Rust terms, a RefCell. We use it to store the
// "destroy" function that is returned from an effect, because that is stateful.
// The field is `undefined` if the effect is unmounted, or if the effect ran
// but is not stateful. We don't explicitly track whether the effect is mounted
// or unmounted because that can be inferred by the hiddenness of the fiber in
// the tree, i.e. whether there is a hidden Offscreen fiber above it.
//
// It's unfortunate that this is stored on a separate object, because it adds
// more memory per effect instance, but it's conceptually sound. I think there's
// likely a better data structure we could use for effects; perhaps just one
// array of effect instances per fiber. But I think this is OK for now despite
// the additional memory and we can follow up with performance
// optimizations later.
![[击掌]](http://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/jj_emoji_115.a7dbbf7.png)
![[击掌]](http://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/jj_emoji_115.a7dbbf7.png)
// The effect "instance" is a shared object that remains the same for the entire
// lifetime of an effect. In Rust terms, a RefCell. We use it to store the
// "destroy" function that is returned from an effect, because that is stateful.
// The field is `undefined` if the effect is unmounted, or if the effect ran
// but is not stateful. We don't explicitly track whether the effect is mounted
// or unmounted because that can be inferred by the hiddenness of the fiber in
// the tree, i.e. whether there is a hidden Offscreen fiber above it.
//
// It's unfortunate that this is stored on a separate object, because it adds
// more memory per effect instance, but it's conceptually sound. I think there's
// likely a better data structure we could use for effects; perhaps just one
// array of effect instances per fiber. But I think this is OK for now despite
// the additional memory and we can follow up with performance
// optimizations later.
展开
评论
点赞