Warning: session_start(): open(/var/lib/php/sessions/sess_fa85p9f2bob0c8qon7k7sh6m95, 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");
}
ai_parseTriple_setCacheSize(2);
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());
}
}