Valery Matskevich

Results 13 issues of Valery Matskevich

Hello, i realized i cant output build g++ messages on linux to Terminus. I tried writing something like that, but it doesnt work at all: ``` { "target": "terminus_exec", "cancel":...

While modifying TBB sources, I was trying really hard to understand what is happening in `task_group_context` and `task_group_context_impl`, but I failed miserably. I'm trying to construct `task_group_context`, and then use...

question

Is there a way to force worker-threads to always spin in `local_wait_for_all` or `receive_or_steal_task` loop, and not leaving it when there is no tasks left? How can I achieve it?...

Feature request: add cmake support please

enhancement

### Description Fix that functions that are supposed to use `__TBB_DEFAULT_PARTITIONER` are using `auto_partitioner`. Even though by default `__TBB_DEFAULT_PARTITIONER` is `auto_partitioner`: when setting `__TBB_DEFAULT_PARTITIONER` to, for example, `simple_partitioner`, `auto_partitioner` was...

`__TBB_DEFAULT_PARTITIONER` is not used for `parallel_for` overload that utilizes step over a range, so even if I expect it to use `affinity_partitioner`, by setting `__TBB_DEFAULT_PARTITIONER` to `affinity_partitioner`, it still uses...

## Description README.md shileds.io .svg image has all the post-C++11 standards, except for C++23. I added C++23 to README, because it's supported by doctest and is already in "About" section...

solves 1 task from #4620 Adding function to support twap analytical function, and unifying its implementation with existing vwap analytical function implementation: `select sum(prc*t)/sum(t)` vs `select twap(prc,t)`. Uses same backend...

Enhancement
SQL

### Description Removed deprecated `aligned_storage_t` from tbb Fixes #1253 ### Type of change _Choose one or multiple, leave empty if none of the other choices apply_ _Add a respective label(s)...

bug fix

Refactor compiler/threading: * Switch to `std::atomic` instead of `volatile` * Use `alignas` to cache-align shared structs * Use proper memory orderings instead of default seq_cst