Top "Heap" questions

A heap (data structure) is a tree that is ordered with respect to depth.

eclipse ini configuration

actually i and my friend are trying to learn and use eclipse 3.4 and we are having some heap memory issue …

java eclipse configuration heap ini
Understanding max JVM heap size - 32bit vs 64bit

I've read the max heap size on 32bit Windows is ~1.5GB which is due to the fact that the JVM …

java jvm heap
How to optimize gradle build performance regarding build duration and RAM usage?

I am currently switching from ant to gradle for my multi module web application and at the moment it seems …

performance build heap gradle
How to analyze memory using android studio

Recently switch to android studio from eclipse. How to check app heap and memory allocation in android studio? In Eclipse …

android android-studio profiling heap heap-memory
Search an element in a heap

I remembered that heap can be used to search whether an element is in it or not with O(logN) …

algorithm data-structures heap big-o
How to delete in a heap data structure?

I understand how to delete the root node from a max heap but is the procedure for deleting a node …

algorithm data-structures heap
Size of stack and heap memory

Possible Duplicate: What and where are the stack and heap? With regard to the basic concepts of memory layout in …

c memory-management stack heap
What is Python's heapq module?

I tried "heapq" and arrived at the conclusion that my expectations differ from what I see on the screen. I …

python data-structures heap python-module
Memory allocation: Stack vs Heap?

I am getting confused with memory allocation basics between Stack vs Heap. As per the standard definition (things which everybody …

c# .net stack heap
Java very large heap sizes

Does anyone have experience with using very large heaps, 12 GB or higher in Java? Does the GC make the program …

java performance garbage-collection heap