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)

1  
static void ai_fillTripleIndex() {
2  
  print("Getting webs.");
3  
  time2 {
4  
    L<Web> webs = ai_filterBadWebs(allWebs());
5  
  }
6  
  print("Got webs in " + lastTiming() + " ms. Making triple index of " + nWebs(webs) + ".");
7  
  time "Triple index made." {
8  
    ai_replaceTripleIndex(webs);
9  
  }
10  
}

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: 347 / 352
Referenced in: [show references]