Willian Wang

Results 17 comments of Willian Wang

What about just add to the current macro some default behavior (when nothing is declared) of taking everything from the right side as species ? Something like `0, A -->...

I see... But even if its not the most common, does changing to declaration of species instead of parameters solve part of this issue ? There is no reaction without...

Got it, personally I like more to order the species because usually my parameters are just constants while I need to manipulate and plot the species, but I understand your...

So, I've also been maintaining [a fork of the flutter app](https://github.com/wangwillian0/openhaystack), which has a series of improvements: - Performance improvement using a rust library to handle the P224 ECDH operations....

Just an update of my fork: https://github.com/wangwillian0/openhaystack/releases/tag/v1.0.0 > - Vector map: smoother, faster and prettier map > - Performance improvements: less than 2 seconds to decrypt 2000 history locations (even...

I just fixed the tests. Any thoughts about it @phofl @WillAyd?

Sorry for the delay. Here are the benchmarks: | Change | Before [593fa855] | After [98addada] | Ratio | Benchmark (Parameter) | |----------|----------------------------|---------------------------------------|---------|----------------------------------------------------------------| | + | 5.74±0.2ms | 7.37±0.2ms |...

> How does this correspond to the other timings in the issue? Not sure if I fully understand what is being asked, but this ~20% increase is from the overhead...