ladybird/Tests/LibCore
Tim Schumacher add2e2c076 LibCore: Do short forward seeks by discarding bytes from the buffer
This saves us an actual seek and rereading already stored buffer data in
cases where the seek is entirely covered by the currently buffered data.
This is especially important since we implement `discard` using `seek`
for seekable streams.
2023-01-17 21:56:56 +01:00
..
10kb.txt
CMakeLists.txt
long_lines.txt
small.txt
TestLibCoreArgsParser.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
TestLibCoreDeferredInvoke.cpp LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr 2023-01-12 11:25:51 +01:00
TestLibCoreFilePermissionsMask.cpp
TestLibCoreFileWatcher.cpp LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr 2023-01-12 11:25:51 +01:00
TestLibCoreIODevice.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
TestLibCoreSharedSingleProducerCircularQueue.cpp Everywhere: Fix badly-formatted includes 2023-01-02 11:06:15 -05:00
TestLibCoreStream.cpp LibCore: Do short forward seeks by discarding bytes from the buffer 2023-01-17 21:56:56 +01:00