←back to thread

129 points ozgrakkurt | 1 comments | | HN request time: 0.274s | source
Show context
throwawaymaths ◴[] No.45156017[source]
why not use page allocator to get aligned memory instead of overallocating?
replies(1): >>45163310 #
1. ozgrakkurt ◴[] No.45163310[source]
I was doing heavier computations to create write buffers and this actually made a bit of a difference before. Reverting to page_allocator now since it doesn't make a difference with new code.