On Thu, 2023-01-26 at 11:31 -0500, Randy MacLeod wrote: > On 2022-11-21 06:11, Tomasz Dziendzielski via lists.openembedded.org wrote: > > > > > > From: Mikolaj Lasota <[email protected]> > > > > Bash script used at the moment takes too much time to calculate obsolete > > sstate cache files. Let's try to rewrite necessary logic in python and > > store intermediate data in memory rather than temporary files. > > This seems like a nice improvement that got missed. > I'd test it and report on the speed-up but I have a million other > things to do so I'm just replying instead. What sort of performance > difference are you seeing? > Should we keep the old scripts/sstate-cache-management.sh > but make it a wrapper for this script or just remove it?
I've been asked about this a couple of times. I'm a lot happier with this script in python so I like the idea. What worries me is this: """ This script is a python rewrite of poky based scripts/sstate-cache- management.sh. It has a subset of original script features """ I really don't like having two of something, each with some set of good/bad. If the patch deletes the original script and suggests people add the missing functionality, that improves things. It would be helpful to know which functionality is missing too. Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#176408): https://lists.openembedded.org/g/openembedded-core/message/176408 Mute This Topic: https://lists.openembedded.org/mt/95169760/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
