This is an automated email from the ASF dual-hosted git repository.

jihuayu pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new 7a34b9853 chore(deps): bump oneTBB to v2023.0.0 (#3473)
7a34b9853 is described below

commit 7a34b9853007a846de654d1ebad1a22989cbbcfd
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Fri May 1 16:56:25 2026 +0300

    chore(deps): bump oneTBB to v2023.0.0 (#3473)
    
    Bump oneTBB to v2023.0.0 (see:
    https://github.com/uxlfoundation/oneTBB/blob/master/RELEASE_NOTES.md)
    
    Key changes
    - Introduced ability to wait for a single task in a task_group instead
    of waiting for all tasks to finish. This increases reactivity and
    decreases latency in key user workloads.
    - Introduced task_arena core type selector to better support hybrid
    architectures with several core types
    - Added global control parameter to set default block time behavior on
    server HW
    - Added new API to create a set of NUMA bound task arenas, simplifying
    common patterns used to optimize for NUMA architectures.
    - Using a hwloc version other than 1.11, 2.0, or 2.5 may cause an
    undefined behavior on Windows OS
    - Significantly improved scalability for concurrent ordered containers
    on systems with many threads
    - Fixed ODR violations when public inline functions expose entities with
    internal linkage
    -
    
    Co-authored-by: 纪华裕 <[email protected]>
---
 cmake/tbb.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/tbb.cmake b/cmake/tbb.cmake
index 5f6fdf290..4f55d8f03 100644
--- a/cmake/tbb.cmake
+++ b/cmake/tbb.cmake
@@ -20,8 +20,8 @@ include_guard()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(tbb
-  uxlfoundation/oneTBB v2022.3.0
-  MD5=68dbd75b30096398fe72816085ca2031
+  uxlfoundation/oneTBB v2023.0.0
+  MD5=e2e82997a27a60743cdfd9bde8d613d4
 )
 
 FetchContent_MakeAvailableWithArgs(tbb

Reply via email to