February 27, 2020 Learn » Re: Strange counter-performance in an alternative `decimalLength9` function | |||
|---|---|---|---|
| |||
...3, &decimalLength9_4, &decimalLength9_5
];
ulong runOriginalFuncCount(ubyte funcIdx, ulong count)
{
GC.disable;
uint sum... | |||
February 27, 2020 Learn » Re: Strange counter-performance in an alternative `decimalLength9` function | |||
|---|---|---|---|
| |||
...input (to be verified) this version is: --- ubyte decimalLength9_4(const uint v) pure nothrow... | |||
February 27, 2020 Learn » Re: Strange counter-performance in an alternative `decimalLength9` function | |||
|---|---|---|---|
| |||
...text.ubyte onlineapp.decimalLength9(uint),"axG",@progbits,ubyte onlineapp.decimalLength9(uint),comdat .globl ubyte onlineapp... | |||
February 27, 2020 Learn » Re: Strange counter-performance in an alternative `decimalLength9` function | |||
|---|---|---|---|
| |||
...ubyte(9),
28: ubyte(9),
29: ubyte(9),
30: ubyte(9),
31: ubyte(9),
];
ubyte... | |||
February 26, 2020 Learn » Re: Strange counter-performance in an alternative `decimalLength9` function | |||
|---|---|---|---|
| |||
...ubyte(9),
28: ubyte(9),
29: ubyte(9),
30: ubyte(9),
31: ubyte(9),
];
ubyte... | |||
February 26, 2020 Learn » Strange counter-performance in an alternative `decimalLength9` function | |||
|---|---|---|---|
| |||
...ubyte(1),
3 : (uint a) => ubyte(1),
4 : (uint a) => a >= 10 ? ubyte(2) : ubyte... | |||
February 20, 2020 Issues » [Issue 7328] Allow casting between ubyte[4] and int | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=7328 Basile-z <b2.temp@gmx.com... | |||
February 18, 2020 Learn » Re: DPP: Linker issue with functions implemented in C header files | |||
|---|---|---|---|
| |||
...az_span span; span._internal.ptr = cast(ubyte*)my_string.ptr; // note: I think this... | |||
February 18, 2020 Learn » Re: DPP: Linker issue with functions implemented in C header files | |||
|---|---|---|---|
| |||
...dup;
az_span response_span =
{{
ptr: cast(ubyte*)resp.ptr,
length: cast(int)resp.length... | |||
February 15, 2020 Learn » Re: How to get to body of HTTP 500 error with std.net.curl.get()? | |||
|---|---|---|---|
| |||
...import std;
ushort get(string url, ref ubyte[] content)
{
auto cont = appender(&content);
auto http... | |||
Copyright © 1999-2021 by the D Language Foundation