Coder Social home page Coder Social logo

General question about bitcoinexchangefh HOT 1 OPEN

laci06 avatar laci06 commented on June 12, 2024
General question

from bitcoinexchangefh.

Comments (1)

gavincyi avatar gavincyi commented on June 12, 2024 1

Yes correct the whole project was redesigned and the objective is to improve the performance and prepare for the future features, e.g. various of handlers e.g. kafka and redis. The redesign also enhanced the features that users requested before

  1. Configuration of number of price depth
  2. Table rotation
  3. Support of exchanges

The reason I rely on ccxt and cryptofeed is to leverage the open source resources on market access. Ccxt may have little overhead on the feed handler while cryptofeed did a pretty good job on the latency. With both, the users can access to more than 130 exchanges in REST API and a few of the most liquid exchanges in websocket API. For me it's a win-win situation that I can reserve more time on designing the feed handler in high level while users can have a good exchange coverage.

Finally a big change from the previous version is that I dropped the multithreading but introduced multiprocessing for performance. This is very important to me as I can ensure the I/O blocking does not cross impact each component, e.g. exchange / handler.

Open for further ideas, comments and even critic.

from bitcoinexchangefh.

Related Issues (20)

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.