Date: Thu, 2 Apr 2026 03:16:36 +0200
czw., 2 kwi 2026 o 01:37 Muneem via Std-Proposals
<std-proposals_at_[hidden]> napisał(a):
>
> This is the updated proposal
>
> On Thu, Apr 2, 2026 at 1:45 AM Muneem <itfllow123_at_[hidden]> wrote:
>>
>> Ok, I will draft a format proposal that outline all the problems (a whole class of problems), cite all the possible solutions, and then cite bjarne Stroustrup quotes from his old 2013 book to back my philosophy up. Give me some time and thank you for your feedback ❤️❤️
>>
>> Regards, Muneem
>>
>> On Thu, 2 Apr 2026, 1:15 am Thiago Macieira via Std-Proposals, <std-proposals_at_[hidden]> wrote:
>>>
>>> On Wednesday, 1 April 2026 10:52:08 Pacific Daylight Time Muneem via Std-
>>> Proposals wrote:
>>> > Okay, I won't make the JIT part in my proposal, but just so I know, you do
>>> > support me if I dont? Like you will vouch for me and help me in my actual
>>> > formal proposal?
>>>
>>> I haven't understood the problem yet. You need to start the proposal with the
>>> problems (plural) that need solving, preferably with multiple possible
>>> alternatives and showing why you think your solution is best.
>>>
>>> --
>>> Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
>>> Principal Engineer - Intel Data Center - Platform & Sys. Eng.
>>> --
>>> Std-Proposals mailing list
>>> Std-Proposals_at_[hidden]
>>> https://lists.isocpp.org/mailman/listinfo.cgi/std-proposals
>
Your description of `std::variant` is factually wrong, what pointers
in variant implementation? What function tables?
In theory every thing in `std::variant` could be implemented by
`swich` statements.
It look like you are confused about how varaint work, especially
saying that `std::variant<int, int>` is impossible.
Besides, do you know that references are the same thing as pointers
from a CPU perspective?
And finally what problem exactly are you solving? You said that
branches are bad, and?
No real example of a problem, no benchmarks justified your claims.
You can use https://godbolt.org/ to prepare real working examples and use
https://quick-bench.com/ to create micro benchmarks that show that
your proposal is better in some specific cases.
> --
> Std-Proposals mailing list
> Std-Proposals_at_[hidden]
> https://lists.isocpp.org/mailman/listinfo.cgi/std-proposals
<std-proposals_at_[hidden]> napisał(a):
>
> This is the updated proposal
>
> On Thu, Apr 2, 2026 at 1:45 AM Muneem <itfllow123_at_[hidden]> wrote:
>>
>> Ok, I will draft a format proposal that outline all the problems (a whole class of problems), cite all the possible solutions, and then cite bjarne Stroustrup quotes from his old 2013 book to back my philosophy up. Give me some time and thank you for your feedback ❤️❤️
>>
>> Regards, Muneem
>>
>> On Thu, 2 Apr 2026, 1:15 am Thiago Macieira via Std-Proposals, <std-proposals_at_[hidden]> wrote:
>>>
>>> On Wednesday, 1 April 2026 10:52:08 Pacific Daylight Time Muneem via Std-
>>> Proposals wrote:
>>> > Okay, I won't make the JIT part in my proposal, but just so I know, you do
>>> > support me if I dont? Like you will vouch for me and help me in my actual
>>> > formal proposal?
>>>
>>> I haven't understood the problem yet. You need to start the proposal with the
>>> problems (plural) that need solving, preferably with multiple possible
>>> alternatives and showing why you think your solution is best.
>>>
>>> --
>>> Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
>>> Principal Engineer - Intel Data Center - Platform & Sys. Eng.
>>> --
>>> Std-Proposals mailing list
>>> Std-Proposals_at_[hidden]
>>> https://lists.isocpp.org/mailman/listinfo.cgi/std-proposals
>
Your description of `std::variant` is factually wrong, what pointers
in variant implementation? What function tables?
In theory every thing in `std::variant` could be implemented by
`swich` statements.
It look like you are confused about how varaint work, especially
saying that `std::variant<int, int>` is impossible.
Besides, do you know that references are the same thing as pointers
from a CPU perspective?
And finally what problem exactly are you solving? You said that
branches are bad, and?
No real example of a problem, no benchmarks justified your claims.
You can use https://godbolt.org/ to prepare real working examples and use
https://quick-bench.com/ to create micro benchmarks that show that
your proposal is better in some specific cases.
> --
> Std-Proposals mailing list
> Std-Proposals_at_[hidden]
> https://lists.isocpp.org/mailman/listinfo.cgi/std-proposals
Received on 2026-04-02 01:16:54
