On Tuesday, 26 September 2017 at 17:06:28 UTC, drug wrote:
26.09.2017 00:34, Mengu пишет:
[...]
not big deal probably, but isn't ~32GB enormous value here? I
would check why bigDataFun return this.
i could not find out why.
d certainly needs to improve on freebsd. i don't think devs woul
26.09.2017 00:34, Mengu пишет:
hi all
this following code block [0] is exiting with "terminated by signal
SIGBUS (Misaligned address error)" error. it processes like 200K rows
and then fails. any ideas?
void getHotels() {
import std.parallelism : taskPool;
import std.functional : part
On Monday, 25 September 2017 at 21:34:40 UTC, Mengu wrote:
hi all
this following code block [0] is exiting with "terminated by
signal SIGBUS (Misaligned address error)" error. it processes
like 200K rows and then fails. any ideas?
[...]
hi all
does anyone else have any ideas?
On Tuesday, 26 September 2017 at 00:36:36 UTC, Vladimir Panteleev
wrote:
On Monday, 25 September 2017 at 21:34:40 UTC, Mengu wrote:
delete fileContents;
This looks suspicious - it is a slice of the memory-mapped
file, not memory on the GC-managed heap, so "delete" is
inapplicable to it.
On Monday, 25 September 2017 at 21:34:40 UTC, Mengu wrote:
delete fileContents;
This looks suspicious - it is a slice of the memory-mapped file,
not memory on the GC-managed heap, so "delete" is inapplicable to
it. The GC ought to throw an exception when attempting to delete
things not o
hi all
this following code block [0] is exiting with "terminated by
signal SIGBUS (Misaligned address error)" error. it processes
like 200K rows and then fails. any ideas?
void getHotels() {
import std.parallelism : taskPool;
import std.functional : partial;
auto sunHotels = n