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

4
LINES

< > BotCompany Repo | #1029434 // sortIntBuffer_direct - faster version of sortIntBuffer

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2983L/19K).

svoid sortIntBuffer_direct(IntBuffer buf, IntComparator comparator) {
  if (buf == null) ret;
  timSortIntArrayWithComparator(buf.data, buf.size(), comparator);
}

Author comment

Began life as a copy of #1029360

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1029434
Snippet name: sortIntBuffer_direct - faster version of sortIntBuffer
Eternal ID of this version: #1029434/3
Text MD5: ce67268d3c275f201b4c82667f505146
Transpilation MD5: b80e58d125fe481b7eccfdfbddf05c49
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-08-06 04:36:45
Source code size: 165 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 120 / 202
Version history: 2 change(s)
Referenced in: [show references]