bxdd

Results 4 comments of bxdd

I try your code and it takes less the 0.5s, there should be something wrong. Just try to set `dataset_cache=None` when you init qlib? Also can you show me your...

How about set `expression_cache=None` also? And what configuration (memory, CPU) are you running the code on?

You can try to run it in linux. For high frequency related code, I think it may be better to run it in linux.

Sorry, I don't know much about the process management mechanism of windows, but I guess there may be several reasons for this: 1. The efficiency of windows IPC (interprocess communication)...