[PATCH v2] Huge performance boost for recursion (cp, du, find, ls, rm, mv)
Jody Bruchon
jody at jodybruchon.com
Tue Apr 16 02:10:17 UTC 2024
- Previous message (by thread): [PATCH] Huge performance boost for recursion (cp, du, find, ls, rm, , mv)
- Next message (by thread): [PATCH] Huge performance boost for recursion (cp, du, find, ls, rm, , mv)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
This revision reduces code size in concat_path_file_fast() by 19 bytes. It also applies the new get_d_namlen() optimization to a readdir() loop in runit/svlogd.c.
If there are any changes that need to be made for inclusion then please let me know as soon as possible. I'd like to finish this project up. If the old/slow and new/fast code should be chosen with a compile-time config option then I'm happy to do that as well.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: v2-0001-Huge-performance-boost-for-recursion-cp-du-find-l.patch
Type: text/x-patch
Size: 13982 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/busybox/attachments/20240415/ae54950e/attachment-0001.bin>
- Previous message (by thread): [PATCH] Huge performance boost for recursion (cp, du, find, ls, rm, , mv)
- Next message (by thread): [PATCH] Huge performance boost for recursion (cp, du, find, ls, rm, , mv)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the busybox
mailing list