!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: | 587 / 783 |
Referenced in: | [show references] |