Date: Thu, 7 Aug 2025 23:03:55 +0200
> On 7 Aug 2025, at 22:21, Oliver Hunt <oliver_at_[hidden]> wrote:
>
> As a simple example I made a terrible multi precision add, and there’s no difference in codegen between the array and the std::span version:
On this low level, everything causes an overhead: array computations, loops, jumps, multiplications, size of words, etc.
>
> As a simple example I made a terrible multi precision add, and there’s no difference in codegen between the array and the std::span version:
On this low level, everything causes an overhead: array computations, loops, jumps, multiplications, size of words, etc.
Received on 2025-08-07 21:04:09