Home ScreenShots Misc. D related Downloads
|
MiscBoehm GCUse boehm GC instead of original gc. Note: Unfortunely, boehm gc is slower than original GC Atomic GCGC do not scan array of element size<4 such as char[] Note: GC spend time is 1/3 with big size array, but bit slow down with small size array for overhead
small: new char[100] x 1000000 big: new new char[1000000] x 100 |