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

12
LINES

< > BotCompany Repo | #1015263 // Keep all snippets tokenized [v3 with different calculation; can be run inside preloaded #1015259]

JavaX source code (desktop) [tags: use-pretranspiled] - run with: x30.jar

Download Jar. Uses 3874K of libraries. Click here for Pure Java version (12461L/86K).

!7

p-experiment {
  preload("allTokens", f tokenizedSnippetDB, r {
    time {
      int sum = 0;
      for (L<S> tokens : allTokens)
        sum += countOccurrences(tokens, "<");
      print(sum);
    }
  });
}

Author comment

Began life as a copy of #1015259

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1015263
Snippet name: Keep all snippets tokenized [v3 with different calculation; can be run inside preloaded #1015259]
Eternal ID of this version: #1015263/4
Text MD5: 085fb0c8c8c29c0d1cc3c8d2702b4f18
Transpilation MD5: 5cdeb45042d4ee7340801ac611841519
Author: stefan
Category: javax
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-13 00:29:38
Source code size: 222 bytes / 12 lines
Pitched / IR pitched: No / No
Views / Downloads: 338 / 820
Version history: 3 change(s)
Referenced in: [show references]