AndroidX icon indicating copy to clipboard operation
AndroidX copied to clipboard

Manual updates 20241003 improvements data acquisition build timings measurements (20240211)

Open moljac opened this issue 1 year ago • 1 comments

Does this change any of the generated binding API's?

No.

Describe your contribution

Cake script modifications to add data acquisition for future investigations of build timings (measurements).

moljac avatar Oct 03 '24 13:10 moljac

We should also consider whether bringing in a whole new dependency with ZString to build a few strings is worth it.

I am investigating some performance improvements XML and JSON serialization/deserialization and string manipulation (ZString in this case to see its API before doing bigger refactorings)

moljac avatar Oct 07 '24 19:10 moljac

We should also consider whether bringing in a whole new dependency with ZString to build a few strings is worth it.

When I grab some time for my side projects I also investigte stuff we could use for our improvements. For this one I found out it is new dependency which needs to be introduced and might be obsolete when System.StringBuilder gets similar implementation, but the numbers are impressive, while the core (mostly used) API is the same as System.StringBuilder - only type needs to be changed.

This change is not proof [yet] and that's the reason I asked about benchmarks and unit-tests in /dotnet/java-interop.

moljac avatar Nov 07 '24 07:11 moljac