AurelienFT

Results 201 comments of AurelienFT

I understand your point maybe if the project become more big and you can afford the cost you will be able to store this type of data we can see...

The best thing will be to show the public extended key so that we can generate all next addresses by ourself and don't have a limit.

@aoudiamoncef can we merge this in prepare-testnet-16 ?

@sydhds @gterzian Can you review this PR that is a draft for now ? The architecture of consensus is ok to me I designed it in a separate crate. There...

I don't have a full vision of the code so I can't talk about if the synchronization will be a real problem. But regarding this SO answer : https://stackoverflow.com/a/5680988 it...

Tried to run the benchmark that is pretty cool : https://github.com/ibraheemdev/conc-map-bench (this fork have a fix for flurry) with sha256 with several crates (bitcoin_hashes and RustCrypto) but they don't implement...

Btw @damip left-right is a child project of evmap : https://github.com/jonhoo/left-right/commit/abe3769feda942d26b6f24eac99035e1c80e04e0

I have fork and run the benchmark with the hash of Massa and prehash on `massa_models`. Here is the results: ## Scenario Heavy Read : ``` read 98% insert 1%...

> Could be worth running benchmarks after the refactoring has been completed, and after having determined that the application spends a significant amount of time in that read/write workflow(either manipulating...