ladybird/Userland
Ali Mohammad Pur 3184086679 LibLine: Avoid excessive write() syscalls when refreshing the display
Previously, we were generating the display update one character at a
time, and writing them one at a time to stderr, which is not buffered,
doing so caused one syscall per character printed which is s l o w (TM)
This commit makes LibLine write the update contents into a buffer, and
flush it after all the update is generated :^)
2021-07-20 11:55:42 +04:30
..
Applets Applets: Add DesktopPicker applet 2021-07-19 18:21:40 +02:00
Applications Help: Add check for pushing current page to history 2021-07-20 01:54:36 +02:00
Demos Everywhere: Use AK/Math.h if applicable 2021-07-19 16:34:21 +04:30
DevTools Revert "Profiler: Configure the TimelineContainer to be shrink to fit" 2021-07-19 23:09:28 +04:30
DynamicLoader LibC: Use our implementation of crti.o and crtn.o 2021-07-14 13:12:25 +02:00
Games Pong: Disable resizing the window 2021-07-20 01:51:11 +02:00
Libraries LibLine: Avoid excessive write() syscalls when refreshing the display 2021-07-20 11:55:42 +04:30
Services Taskbar: Update the start button width when system fonts change 2021-07-20 02:48:29 +02:00
Shell Shell: Don't assume that only the current shell may continue children 2021-07-17 02:00:24 +04:30
Utilities Everywhere: Use AK/Math.h if applicable 2021-07-19 16:34:21 +04:30
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00