stockparfait / experiments

Statistical experiments with financial data
Apache License 2.0
0 stars 0 forks source link

SourceMap: apply callback to batches of LogProfits #112

Closed sergey-a-berezin closed 1 year ago

sergey-a-berezin commented 1 year ago

The user callback is often more efficient when applied to a batch of tickers / log-profit sequences. Update SourceMap API to accommodate that.

Also, upgrade to Go 1.19 - it seems 1.18 has a bug in generics type inference.

Part of #108.