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

5
LINES

< > BotCompany Repo | #1032632 // sumOfObjectSizes - objects can "overlap" (contain the same sub-objects)

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

Libraryless. Click here for Pure Java version (4562L/27K).

static long sumOfObjectSizes(Iterable l) {
  O[] a = toObjectArray(l);
  long arraySize = unsafe_sizeOf(a);
  ret guessObjectSize(a)-arraySize;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1032632
Snippet name: sumOfObjectSizes - objects can "overlap" (contain the same sub-objects)
Eternal ID of this version: #1032632/3
Text MD5: 6e5f0c3ee3e978b753b5959fe01bf030
Transpilation MD5: 56e125b3a817882727346dddf2388208
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-09-29 23:06:01
Source code size: 149 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 65 / 111
Version history: 2 change(s)
Referenced in: [show references]