Code Monkey home page Code Monkey logo

Comments (1)

allon2 avatar allon2 commented on September 7, 2024

目前实现协程的方式不少,有kilim,scala,kotlin,spring reactor,kotlin,go等多种方式,协程是这个的基础,后期主要是想实现责任链,父子关系调用等多种复杂关系,将公共部分抽取为单独组件,方便代码的复用。考虑过使用注解方式,不过发现类似这个里面的Step的方式,用注解的方式很难实现,也无法实现代码复用。在高并发、高性能的前提先,尽量降低学习成本,也是这个的目标。kotlin这个没细看过。如果也能实现这个目标更好。其实原来的调度用的是quene模式,后来发现ringbuffer更高效,才换这个的。如何让kotlin兼容spring没仔细研究过。为了实现可视化,在step中还保留了xpoint和ypoint,方便后续可视化界面的开发。

from dactor.

Related Issues (4)

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.