Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

10
LINES

< > BotCompany Repo | #1012447 // ai_fillTripleIndex - old version using webs

JavaX fragment (include)

static void ai_fillTripleIndex() {
  print("Getting webs.");
  time2 {
    L<Web> webs = ai_filterBadWebs(allWebs());
  }
  print("Got webs in " + lastTiming() + " ms. Making triple index of " + nWebs(webs) + ".");
  time "Triple index made." {
    ai_replaceTripleIndex(webs);
  }
}

Author comment

Began life as a copy of #1012338

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1012447
Snippet name: ai_fillTripleIndex - old version using webs
Eternal ID of this version: #1012447/1
Text MD5: f60484c12309b7a3fb24a09fc8987530
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-03 16:31:48
Source code size: 292 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 341 / 346
Referenced in: [show references]