|
|
|
|
|
by pkhagah
3318 days ago
|
|
> The OCaml garbage collector is a modern hybrid generational/incremental collector which outperforms hand-allocation in most cases. Unlike the Java GC, which gives GCs a bad name, the OCaml GC doesn't allocate huge amounts of memory at start-up, nor does it appear to have arbitrary fixed limits that need to be overridden by hand. From the linked article. Can anyone confirm or deny this? I have hard time believing this statement. |
|