Warning: session_start(): open(/var/lib/php/sessions/sess_vi5n3tb24s4tj2dumvu97jcc9d, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!7
p {
bench 1000000 {
ai_parseTriple("same -> old -> same old");
}
bench 1000000 {
ai_parseTriple("same -> old -> same old");
ai_parseTriple("two -> also -> work");
}
ai_parseTriple_setCacheSize(1);
bench 1000000 {
ai_parseTriple("same -> old -> same old");
ai_parseTriple("but -> not -> now");
}
ai_parseTriple_setCacheSize(1000);
int i = 0;
bench 1000000 {
ai_parseTriple("same -> old -> same old" + i++);
}
bench 1000000 {
ai_parseTriple(aGlobalID() + " -> " + aGlobalID() + " -> " + aGlobalID());
}
}