Konstantin Boyarinov

Results 57 comments of Konstantin Boyarinov

@Veronizlada, I will close this issue for now. Feel free to re-open it or create a separate one if necessary.

Hi, @Enjoysnow, As @anton-potapov mentioned, `rtm_mutex` is not usable with `std::unique_lock` by design because of absence of `lock/unlock` methods. Speculation logic in `rtm_mutex` is implemented inside of `rtm_mutex::scoped_lock` class, so...

@xamidi, thank you for reporting the issue. Unfortunately, MinGW compiler is not currently the part of [oneTBB support matrix](https://github.com/oneapi-src/oneTBB/blob/master/SYSTEM_REQUIREMENTS.md#:~:text=Android*%209-,Supported%20Compilers,Clang*%206.0.0%20%2D%2012.0.0,-Footer). Some PRs from external customers were merged to the repo to...

@Veronizlada, I would recommend you to consider using `graph::reset` function. It also calls `reset()` method on the graph context. You can pass one or several `reset_flags` to this member function...

@Veronizlada Could you please explain in more details, what do you mean with "start a new session"? As I see in your example, the `graph_manager` class owns the `graph` and...

@Veronizlada, in this case I think you can just call the `reset()` without arguments after destroying all of the nodes in the end of the session. Current implementation of `graph`...

@Veronizlada When I said that graph itself owns the list of the nodes, I mean that it holds the list of pointers to nodes that is organized in the list....

@Veronizlada, happy to hear that:) I will close this issue for now. If you have any further questions, feel free to re-open this issue or create an other one. Thank...

@AnnaKeba, Sorry for the late response. Thank you for your contribution! We have looked into the functionality you describe and found that it relies on the internal details of oneTBB...