So the ownership model has been changed again? What is the replacement?

Is --gc:boehm refers to that boehm gc? If so, it's known to perform poorly and 
has a lot of other issues(can it handle multi-threading now?). I tried the 
single-threaded form of my app with boehm and the performance was 50% worse.

TableRef uses reference-counting, right? So it will introduce unnecessary 
overhead when I only need a pointer what the threads can't deallocate.

Reply via email to