1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-20 21:50:59 +00:00
serenity/Userland
Nico Weber 56a4af8d03 LibPDF: Don't reallocate Vectors in ICCBasedColorSpace all the time
Microoptimization; according to ministat a bit faster:

```
    N           Min           Max        Median         Avg       Stddev
x  50     1.0179932     1.0561159     1.0315337   1.0333617 0.0094757426
+  50      1.000875     1.0427601     1.0208509   1.0201902   0.01066116
Difference at 95.0% confidence
	-0.0131715 +/- 0.00400208
	-1.27463% +/- 0.387287%
	(Student's t, pooled s = 0.0100859)
```
2024-01-12 12:37:56 +00:00
..
Applets Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
Applications SystemMonitor: Condense process statistics displayed in processes tab 2024-01-12 09:07:51 +01:00
BuggieBox checksum: Add support for BLAKE2b 2023-09-17 16:49:35 +03:30
Demos Mandelbrot: Allow panning with the arrow keys 2024-01-11 08:02:23 +01:00
DevTools Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
DynamicLoader Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Games Hearts: Port to GML compiler 2024-01-09 17:23:39 +01:00
Libraries LibPDF: Don't reallocate Vectors in ICCBasedColorSpace all the time 2024-01-12 12:37:56 +00:00
Services WebContent: Change the cookie setting IPC to be synchronous 2024-01-10 23:26:40 +01:00
Shell Shell: Print paths in plain mode when stdout is not a tty 2024-01-12 12:47:40 +01:00
Utilities image: Fix flag names and grammar in diagnostic texts 2024-01-11 08:00:27 +00:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00