Yilong Li

Results 13 issues of Yilong Li

I got the following error running RAMCloud when I enabled AddressSanitizer in RAMCloud (set `SANITIZER` to `address` at https://github.com/PlatformLab/RAMCloud/blob/master/GNUmakefile#L21). ``` False positive error reports may follow [25/1106] For details see...

I didn't notice this until later in my installation since all requirement checks were passed.

It's really confusing to just get an empty `*.pkast` file and an inner parser error at the start of exec semantics when the prep semantics times out.

**公司介绍** MegaETH Labs是一家总部位于北美/新加坡的区块链技术初创公司,致力于开发超高性能的Ethereum Layer-2网络,解决以太坊的扩容问题。MegaETH的技术使得在兼容以太坊现有的智能合约环境的前提下,单个以太坊L2最终有望达到100-200k TPS级别的性能,从而解锁链上应用层面的创新。 公司由来自Stanford和MIT的博士团队发起,热衷于解决分布式系统、底层性能优化、编译器、数据库等方面的技术挑战,坚信开源无许可区块链系统的价值。公司已得到北美及亚太地区多家顶级风险投资基金总计超过千万美元的战略投资,资金充沛,成长空间巨大。目前公司在亚洲设立研发中心,组建核心软件开发工程团队,诚邀志同道合的优秀工程师加入! **招聘职位** 区块链系统开发工程师 (高级/中级) **岗位职责** - 基于Reth客户端开发模块化高性能Layer-2网络。 - 设计和实现各种优化技术,包括但不限于:并行化EVM执行引擎、EVM状态数据库、状态同步协议、高效状态树数据结构、p2p网络、去中心化sequencer协议。 - 进行深入的性能实验,探究并解决复杂系统的性能瓶颈。 - 撰写详尽的技术文档和测试样例。 **候选人背景要求** - 在计算机system领域(包括但不限于操作系统、数据库、存储系统、编译器)有丰富经验和深刻理解(或者有良好的教育背景,基础知识扎实,具备快速学习的能力)。 - 能够通过阅读源代码和技术文档在短时间内上手复杂的开源项目。 - 熟练使用Rust/C++/Go语言之一(Rust为主要工作语言),及一门脚本语言。 - 良好的教育背景,在计算机系统类课程 Lab Project 中成绩优异(包括但不限于操作系统、数据库、存储系统)。...

I get this error consistently upon exit: ``` [ 51660] ERROR - api.util.objectTree.ObjectNode - Editor of class com.intellij.openapi.editor.impl.EditorImpl hasn't been released: --------------Creation trace: java.lang.Throwable at com.intellij.openapi.editor.impl.EditorImpl.(EditorImpl.java:148) at com.intellij.openapi.editor.impl.EditorFactoryImpl.createEditor(EditorFactoryImpl.java:192) at com.intellij.openapi.editor.impl.EditorFactoryImpl.createViewer(EditorFactoryImpl.java:173)...

Made some more improvements atop https://github.com/PlatformLab/Homa/pull/11.

The biggest challenge is to move away from the poll-based execution model previously embedded in the implementation. For example, Shenango can't afford to drive the execution of the transport by...

The config file was taken from https://github.com/actions/starter-workflows/blob/main/ci/cmake.yml

It is in the critical path of sending small messages. Similarly, signalNewMessage() is in the critical path of receiving small messages.

enhancement

For example, perhaps they don't need to be tracked by the `MessageBucket` at all.

enhancement