Martijn de Vos

Results 240 comments of Martijn de Vos
trafficstars

@synctext since the FROST algorithm is quite new, there are no matured implementation as far as I'm aware. The most mature implementation seems to be `frost-dalek`, written in RUST, but...

[Another user working on FROST scalability](https://github.com/ElementsProject/secp256k1-zkp/pull/138#issuecomment-1201855897) posted some performance results in the FROST code repository. > The system I am implementing assumes a hive of signers where each one contributes...

@vandenheuvel in addition, we are also processing all libtorrent alerts every second but I don't think this leads to much overhead actually. Could you try to disable the alert processing...

@synctext I assume you refer to our 'heavy' tests to test the correct working of anonymous downloading/hidden seeding (since most of our other unit tests are very fast)? I don't...

@ichorid nice find! Could you do something with these settings? https://github.com/Tribler/tribler/blob/next/Tribler/Core/Libtorrent/LibtorrentMgr.py#L139

Thank you for your report. It looks like the Tribler window is bigger than the screen size. I remember that we have some checks to see if this is the...

> do we have any options to save the column order? Is [this solution](https://stackoverflow.com/questions/19062110/is-there-any-way-to-save-the-order-of-columns) still relevant? I'm not sure if that solution is working. If not, we can probably attach...

@kozlovsky To make sure that the virtual env can run Tribler, I had to add the following requirements to the `build_virtualenv.sh` script: ``` faker sentry_sdk decorator anyio ```

@whirm I need this for the new GUI and I almost have a proposal ready. Can you adjust the milestone and assign the issue to me?

A first implementation of the algorithm as outlined above can be found here: https://gist.github.com/devos50/71b44339914259c82515f21846ee8173. Some minor tweaking might have to be done to make relevance ranking even better. I will...