Skip to content

Sample implementations of an exchange order book developed to compare performance

License

Notifications You must be signed in to change notification settings

M0kY/canvas-vs-table-orderbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

canvas-vs-table-orderbook

DEMO

Motivation

Sample implementation of an exchange orderbook developed with the intention of comparing components performance. On one side there is a standard implementation using tables div elements, on the other an implementation using canvases. The main goal is to compare performance of these orderbook implementations in regard to frequent content updates and necessary re-renders.

Getting started

Clone repo

git clone https://github.com/M0kY/canvas-vs-table-orderbook.git

Install dependecies

npm install

Run in development mode

npm start

or create a production build with profiler enabled

npm run build -- --profile

About

Sample implementations of an exchange order book developed to compare performance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published