-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libkmod: Improve index dump performance
Buffer data before calling write for output. This reduces the amount of total write system calls and leads to faster execution times. This is a simple approach to imitate FILE's I/O buffering, which we cannot use because we want to properly handle interrupts. Signed-off-by: Tobias Stoeckmann <[email protected]> Link: #252 Signed-off-by: Lucas De Marchi <[email protected]>
- Loading branch information
1 parent
9cc16ef
commit da98d97
Showing
1 changed file
with
62 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters