Hello,
FYI, with Skymmer version
Code:
D:\Tmp\cmix>timer64 cmix -c english.dic enwik8 enwik8.paq
cmix-v6-win64 build: 20141208 21:23
Number of models: 1728
Num. of mixer neurons: 414264
100000000 bytes -> 15776674 bytes in 45208.29 s.
cross entropy: 1.262
Kernel Time = 21.044 = 0%
User Time = 45199.792 = 99%
Process Time = 45220.836 = 99% Virtual Memory = 28427 MB
Global Time = 45225.501 = 100% Physical Memory = 18236 MB
and, when compiled with 64bit g++.exe (Rev2, Built by MSYS2 project) 4.9.2
Code:
Program received signal SIGSEGV, Segmentation fault.
0x000000000041da0d in (anonymous namespace)::BH<4>::operator[] (
this=0xe2a1a0 <_ZZN12_GLOBAL__N_113contextModel2EvE4rcm7>, i=0)
at src/models/paq8hp.cpp:689
689 if (p[2]==0) { *(U16*)p=chk; break; }
AiZ