ladybird/Tests
Tim Schumacher 046a9faeb3 AK: Split up CircularBuffer::find_copy_in_seekback
The "operation modes" of this function have very different focuses, and
trying to combine both in a way where we share the most amount of code
probably results in the worst performance.

Instead, split up the function into "existing distances" and "no
existing distances" so that we can optimize either case separately.
2023-07-06 15:06:20 +01:00
..
AK AK: Split up CircularBuffer::find_copy_in_seekback 2023-07-06 15:06:20 +01:00
Kernel
LibAudio LibAudio: Extract loader stream creation from the plugins 2023-06-27 15:28:22 +01:00
LibC Tests: Un-flake the recent TestEnvironment addition 2023-06-06 12:20:38 +02:00
LibCompress
LibCore
LibCpp
LibCrypto
LibEDID
LibELF
LibGfx Tests: Add a test for grayscale JPEGs with an App14 segment 2023-07-05 20:58:25 +01:00
LibGL
LibIMAP
LibJS test262-runner+js: Respect the bytecode optimizations enabled flag 2023-06-27 14:35:23 +03:30
LibLocale
LibMarkdown
LibPDF
LibRegex LibRegex: Bail parsing class set characters upon early EOF 2023-06-23 20:22:45 +02:00
LibSQL LibSQL: Prevent writing to free heap blocks 2023-06-13 16:33:42 -04:00
LibTest
LibTextCodec
LibThreading
LibTimeZone
LibTLS
LibTTF
LibUnicode
LibVideo Tests/LibVideo: Add a test for Matroska files containing CRC32 elements 2023-06-25 20:27:02 -04:00
LibWasm
LibWeb LibWeb: Resolve inline-block percentage padding against 0, not infinity 2023-07-06 14:25:40 +01:00
LibXML
Spreadsheet
UserspaceEmulator
Utilities
CMakeLists.txt