Xinqi Bao's Git
projects
/
slstatus.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(from:
a18439a
)
Refactor swap.c to use getline() instead of buf-filling
author
Laslo Hunhold <
[email protected]
>
Mon, 28 May 2018 19:16:02 +0000
(21:16 +0200)
committer
Aaron Marcher <
[email protected]
>
Mon, 28 May 2018 20:21:34 +0000
(22:21 +0200)
This drops a lot of code and even though we are using a common function,
the specification of only the needed things keeps it very efficient and
even more efficient in memory and time than the previous solution.
No differences found