We changed our maru services so that we define the data-structure in params instead of receiving just a Map.
We really like that it is checking the data that is received and that we get atom keys for all maps, but the compile time has increased massively.
Looking at the maru code it looks like a lot of things are going on in the param-definitions. Is there a change to speed up the macro execution?