Hacker News new | ask | show | jobs
by jeffbee 1 day ago
Whether the allocator calls are "naive" or not depends entirely on the allocator in use. If you need thread/core locality and batching you can get that by replacing global new/delete functions with a decent allocator.