Karl Pauls

Results 8 issues of Karl Pauls

Currently, the loadData method is calling draw at the end. This causes some duplicated call to the draw method of the chart - it doesn't really seem to be a...

Improve the performance of get totals in cruncher. ## Description The get totals can be delayed a bit in certain cases and it right now does a reduce over all...

Save a loop in the applyFilter method of cruncher (as applyFilter is getting called a lot). ## Description The applyFilter method is called a lot and it seems to iterate...

The matching in consent maps over all possibilities. Replacing it with find can shortcut the evaluation as only one match is required. ## Description Replace the map in consent with...

The scoreCWV method is using a loop that can be unrolled to improve performance (as it doesn't gc as much) ## Description Since the method gets very hot, it seems...

Use find instead of reduce in acquisition to shortcut evaluation. ## Description It seems like we can use find instead of reduce in acquisitions to shortcut the search. ## Motivation...

In the skyline chart, the aggregates result gets mapped several times. ## Description This patch proposes to only loop one time using a reduce. ## Motivation and Context Speed up...

With the new rum-distiller (https://github.com/adobe/rum-distiller) project we are trying to factor out the cruncher and the definitions of the series and facets into a common project. Test: https://distiller-oversight--helix-website--adobe.aem.live/tools/oversight/explorer.html?domain=blog.adobe.com&domainkey=incognito