tirz

Results 7 comments of tirz

Update: also set codegen-unit to 1. The new size of the binary is 5.7M (tested with libreddit 0.22.9). Their is still one remaining question... Setting `strip = true` also strip...

The idea is to create a new structure which can take the ownership of some indicators. Here is a dirty example (cannot work like that) : ```rust group.add(keltner_channel); group.add(percentage_price_oscillator); group.next(&dt);...

Hey, sorry for my late, I was focused on another project. In fact this PR is already pretty stable... Except when the size of the sound is too heavy for...

@Daniel-Valentine as mentioned in the opening, I did not found a way to benchmark the LTO :/ But I am interesting by your try. For information, here was my stupid...

I don't think Ferrit is able to disable the cache right now : https://github.com/ferritreader/ferrit/blob/master/src/client.rs#L217 Are you talking about adding a key to https://github.com/ferritreader/ferrit/blob/master/src/settings.rs ? Anyway, I think that having a...

> So we want: > > * Caching on in release builds Personally, I do not want to cache the responses for the release build since my infra already have...