Files
ladybird/Kernel
Sergey Bugaev 88e23113ae Kernel: Tweak FileBackedFS API to avoid intermediary copies
read_block() and write_block() now accept the count (how many bytes to read
or write) and offset (where in the block to start; defaults to 0). Using these
new APIs, we can avoid doing copies between intermediary buffers in a lot more
cases. Hopefully this improves performance or something.
2020-05-19 11:07:35 +02:00
..
2020-05-14 20:15:18 +02:00
2020-03-28 18:27:18 +01:00
2020-05-14 20:15:18 +02:00
2020-04-10 13:09:35 +02:00
2020-05-14 20:15:18 +02:00
2020-05-14 20:15:18 +02:00
2020-05-16 12:40:15 +02:00
2020-04-13 00:53:22 +02:00
2020-03-28 18:27:18 +01:00
2020-05-16 11:34:01 +02:00
2020-04-13 00:53:22 +02:00
2020-04-13 00:53:22 +02:00
2020-05-11 09:50:42 +02:00