top | item 9431911

(no title)

craftit | 11 years ago

As I understand it, Go also give some guarantees about the maximum amount of time the garbage collection will stall the program. An issue where ever you are trying to achieve consistent performance. As I understand it most of the java benchmarks postpone clearing up memory until it can be done trivially at exit, something you just can't do in a whole class of programs.

discuss

order

Skinney|11 years ago

Not yet, but that is planned for the next release.