flashnuke / BinanceExtensionCPP

An extension for the API of Binance (https://www.binance.com/)
GNU General Public License v3.0
14 stars 4 forks source link

from virtual to crtp #18

Closed flashnuke closed 4 years ago

flashnuke commented 4 years ago

from virtual to crtp in order to decrease runtime performance cost that is accompanied by virtuals (dynamic polymorphism to static polymorphism)