Skip to content

Releases: microsoft/qlib-server

first release of qlib-server

24 Sep 04:00
0596701
Compare
Choose a tag to compare

Qlib-Server is the data server system for Qlib. It enable Qlib to run in online mode. Under online mode, the data will be deployed as a shared data service. The data and their cache will be shared by all the clients. The data retrieval performance is expected to be improved due to a higher rate of cache hits. It will consume less disk space, too.