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

21
LINES

< > BotCompany Repo | #1010610 // Test FastWeb [dev.]

JavaX source code (desktop) - run with: x30.jar

Download Jar.

!7

sclass FastNode {
  FastWeb web;
  Symbol[] labels;
  FastNode[] related;
}

sclass FastRelation extends FastNode {
  FastNode a, b;
}

sclass FastWeb {
  new L<FastNode> nodes; // Relations are not in here
  HashMap<Pair<FastNode>, FastRelation> relations = new HashMap;
  new MultiMap<Symbol, WebNode> index; // label -> node
  transient Lock lock = reentrantLock(true);
}

p {
}

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: #1010610
Snippet name: Test FastWeb [dev.]
Eternal ID of this version: #1010610/1
Text MD5: 96400682296a4e731b80a7172fe89aae
Author: stefan
Category: javax / a.i.
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-09-23 07:19:25
Source code size: 405 bytes / 21 lines
Pitched / IR pitched: No / No
Views / Downloads: 388 / 492
Referenced in: [show references]