Files
ladybird/Kernel/CommandLine.cpp
Muhammad Zahalqa 7506adbece Kernel: Avoid some allocations in command line parsing (#3213)
1. Preallocate args hashmap to prevent rehashing.
2. Use move to prevent string copies.
2020-08-23 15:04:49 +02:00

2.3 KiB