Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

But this expectation is transitive. If you have an array of file handles, if you defer deallocating some of them but destruct them all upfront, you still have the latency issue we've been discussing. And if you defer destructing too, then you still have non-deterministic destruction and deallocation. I'm not sure there's a way around this tradeoff.


Right, I already mentioned this a couple of comments ago.

You can use various arena-like structures where you explicitly forgo the guarantee of deterministic drop for this.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: