Recently I discovered than RegionMeasure
works very slow even for simple regions. For example, for the region (almost solid circle)
ImplicitRegion[Abs[x]^1.8 + Abs[y]^2.9 <= 2.2, {x, y}]
Wolfram Cloud returns: Cloud: This computation has exceeded the time limit for your plan while computing
RegionMeasure[ImplicitRegion[Abs[x]^1.8 + Abs[y]^2.9 <= 2.2, {x, y}]]
even for very low WorkingPrecision
(say, 3)
The same calculation on the desktop (measured by Timing
) takes almost 5 min. Such low computing speed is incomprehensible