Y
Hacker News
new
|
ask
|
show
|
jobs
by
branchless
3535 days ago
This is the advantage of C++ for me. Deterministic behaviour.
1 comments
chrisseaton
3535 days ago
But is it deterministic? Will the allocator always have a deterministic amount of work to do to find enough free space for your string characters? I'm not sure that's the case.
link
monocasa
3535 days ago
Which allocator? For those who care, they replace the allocator.
link