/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Hitting Peak File IO Performance with Zig
(steelcake.com)
129 points
ozgrakkurt
| 2 comments |
04 Sep 25 19:15 UTC
|
HN request time: 0.402s
|
source
1.
throwawaymaths
◴[
07 Sep 25 07:00 UTC
]
No.
45156017
[source]
▶
>>45131121 (OP)
#
why not use page allocator to get aligned memory instead of overallocating?
replies(1):
>>45163310
#
ID:
GO
2.
ozgrakkurt
◴[
07 Sep 25 23:48 UTC
]
No.
45163310
[source]
▶
>>45156017 (TP)
#
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.
↑