-
Notifications
You must be signed in to change notification settings - Fork 5
Can the performance be increased #1
Copy link
Copy link
Open
Description
I've Added Log::Any to Bailador. unfortunatelly the test cases increased quite a bit:
with logging
Files=33, Tests=1223, 68 wallclock secs ( 0.38 usr 0.05 sys + 53.90 cusr 1.89 csys = 56.22 CPU)
without:
Files=33, Tests=1223, 42 wallclock secs ( 0.35 usr 0.03 sys + 28.52 cusr 1.42 csys = 30.32 CPU)
I was wondering if you could think of something that could improve the performance.
I guess that this is the place why it is slow in bailador: https://github.com/jsimonet/log-any/blob/master/lib/Log/Any/Filter.pm6#L20-L22 maybe this calculation could be cached?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels