Giter Club home page Giter Club logo

Comments (5)

tjumcw avatar tjumcw commented on August 22, 2024

你的思路肯定更好,我合并到issue0606分支了,周末我搭个容器跑一下测试没问题就合main

from 6.824.

tjumcw avatar tjumcw commented on August 22, 2024

多谢这位兄弟的贡献!

from 6.824.

tjumcw avatar tjumcw commented on August 22, 2024

针对Lab1中定时器效率较低的问题,使用epoll+时间轮的方法改进。相比于原来每启动一个定时器,就需要启动两个线程进行处理,改进后,整个master只需要一个epoll线程进行定时器的监听,且时间轮能以接近O(1)的时间复杂度,进行定时器的处理。PR已提交。

您好,麻烦您在issue分支上重新提交以下pr,谢谢哈!

from 6.824.

suololololo avatar suololololo commented on August 22, 2024

PR已重新提交

from 6.824.

suololololo avatar suololololo commented on August 22, 2024

您好,请问我这个思路存在什么问题吗?能正常合到main吗?

from 6.824.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.