algoqt

Results 1 comments of algoqt

mds = [convert_to_md(item) for item in items] convert_to_md is a function convert item to class MarketDepth ,which with BaseModel is 10~20 times slower than without BaseMode example: ``` from pydantic...