Files
ladybird/Kernel/FileSystem/Ext2FileSystem.cpp
Andreas Kling ac7a559d96 Ext2FS: Avoid a String allocation in lookup()
By using find() with a custom finder, we can avoid creating a temporary
key value that's only used for the hash lookup.
2019-08-25 06:45:37 +02:00

45 KiB