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

3
LINES

< > BotCompany Repo | #1008729 // intern - intern a string - now uses fast VM-wide interning

JavaX fragment (include)

static S intern(S s) {
  ret fastIntern(s);
}

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: #1008729
Snippet name: intern - intern a string - now uses fast VM-wide interning
Eternal ID of this version: #1008729/4
Text MD5: 139e9f4a59116fbfe05da2f9d9db387f
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-03 17:32:05
Source code size: 47 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 470 / 528
Version history: 3 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1012439 - javaIntern - intern a string using standard Java means (argh)