lampahome

Results 5 issues of lampahome

Is there any possible to replace zlib with lz4? cuz the lz4 is better than zlib in performance

as title 像是KD值,RSI,MACD等等之類的技術指標的值 翻了doc後沒有看到,想再確認一下 感謝

I nearly read cache like tools and read the cache_metadata_size.cc with some questions. ``` uint64_t cache_metadata_size_cmd::calc_size(uint64_t nr_blocks, uint32_t max_hint_width) { uint64_t const SECTOR_SIZE = 512; uint64_t const TRANSACTION_OVERHEAD = meg(4);...

Hello, I'm running master branch. When I run task BurstyWriteTests in cache suite, it fails. Take a look at one of the log smallfile_cache_mq_1.log: ``` D, [2020-05-29T09:54:31.981131 #26449] DEBUG --...

In the README.md, there're only usage in the terminal. How to use it in python2.7 like sklearn API? ``` EX: from galaxy import xxxx model = xxx.fit(train_X) ```