April 11 Learn » mmap file performance | |||
|---|---|---|---|
| |||
...uint CHUNKSZ = 65536;
size_t
countnl(ref shared char[] data)
{
size_t res = 0;
foreach... | |||
April 10 General » Re: DMD Source Archive - Why? | |||
|---|---|---|---|
| |||
...something you know doesn't exist. Pre-loading...about the file (including size). So you can... | |||
April 09 General » Re: Garbage Collection for Systems Programmers | |||
|---|---|---|---|
| |||
...D *cast(size_t*) &ptr = __ptrWrite!int(cast(size_t) ptr, cast(size_t) new... | |||
April 07 General » Re: Structured Concurrency vs P2300R7 | |||
|---|---|---|---|
| |||
...with ranges that provide a size, but it doesn't yet, therefor a call to... | |||
April 06 Learn » Re: Inconsistent chain (implicitly converts to int) | |||
|---|---|---|---|
| |||
...last;
T front() => first;
auto popFront() => first += step;
}
void main() {
auto r1 = N!size_t... | |||
April 05 Learn » Inconsistent chain (implicitly converts to int) | |||
|---|---|---|---|
| |||
...last;
T front() => first;
auto popFront() => first += step;
}
void main() {
auto r1 = N!size_t... | |||
April 05 Genel » Re: Aralıklar (ranges) ile ilgili bir sorunu çözmek | |||
|---|---|---|---|
| |||
...length()
=> cast(size_t)((sınır - n) / adım);
/*
void put(T Sınır = 0, T Adım = 0... | |||
April 04 Issues » [Issue 24482] Recursive alias out of order fails to compile with a misleading error message. | |||
|---|---|---|---|
| |||
...e;}
struct Enum(T) {T t;}
struct Object...size without knowing the actual pointee type size... | |||
April 04 Issues » [Issue 24482] Recursive alias out of order fails to compile with a misleading error message. | |||
|---|---|---|---|
| |||
...struct Array(E) {}
struct Enum(T) {T t;} // <-- here T size is not known yet... | |||
April 04 General » Re: Garbage Collection for Systems Programmers | |||
|---|---|---|---|
| |||
...it hasn't helped. Micro's tend to be on the small size, all the... | |||
Copyright © 1999-2021 by the D Language Foundation