-
The pending transaction analysis subsystem of `skaled` requires serious review and improvements because it's reported as problematic by `hellgrid` and `drd` tools of `valgrind`. Everything is around `…
-
Sometimes, when you're deploying against several computers, you need to maintain mutual exclusion in some tasks.
For example, you should not run `./manage.py syncdb` on several Django projects attach…
-
Can you please explain why the number of mutexes, used by strands must be limited?
This strategy leads to terrible consequences, when your application has two features:
- it creates new strands cons…
devgs updated
8 years ago
-
### Checked for duplicates
Yes - I've already checked
### Alternatives considered
No - I haven't considered
### Related problems
This is somewhat related to the issue found with the activityFinde…
-
Something I have recently seen is people removing `const` from read only functions due to adding a mutex to control access and of course mutex changes state when used.
Example:
```
// rvo will use t…
-
Network metrics that might be interesting to track:
- transaction relay
- per peer invs per getdata rate
- per peer invs per tx rate
- how long has a transaction been in our mempool before…
-
IMHO, I suggest that replacing `tokio::sync::Mutex` with `std::sync::Mutex` can potentially lead to better performance outcomes. This assertion is based on the design differences between the two mutex…
ghost updated
3 weeks ago
-
Some time ago, a discussion on Reddit made me think about how one can do ordered locks of Rust mutexes. Sadly, it seems it can't be done right now, because there exists no interface that would let ord…
-
The game currently only works with 2 human players. Implement an AI opponent to play against.
- A simple minimax algorithm with alpha-beta pruning may be used for this. Alternatively, interface wit…
-
### OS / Environment
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.3 LTS
Release: 18.04
Codename: bionic
### Manticore version
Version: 0.3.0
### Pytho…