From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 055B13858C2F; Mon, 22 Jan 2024 08:18:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 055B13858C2F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705911500; bh=l4acuqc3oCs0qAS7sHD209bzPAsFNyethELaYD/e0Uo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=P0y6/FSF3i2nxvBtDFv76DQ4HtRYE1dTnitgSqxFnf5Ea/xxPWh4c3+inmZJna7aX xgY+tzLktzej6SWdmsjVfQMa0ogS9S4YM25EXI3C4hjI6liYg7m7uFxty44b/eTrus +SGUwylaXJyXaR0jya2hqbYji0ejAOp11xAcrAQM= From: "ruben.laso at tuwien dot ac.at" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/113504] High memory usage for parallel `std::sort` Date: Mon, 22 Jan 2024 08:18:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 12.3.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ruben.laso at tuwien dot ac.at X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113504 --- Comment #2 from Ruben Laso --- (In reply to Jonathan Wakely from comment #1) > The parallel algos are taken from > https://github.com/llvm/llvm-project/tree/main/pstl so I would file an is= sue > upstream rather than here. The Intel PSTL developers are the right people= to > ask. I will ask there, then. Thank you!=