Performance of definition dependency analysis #14
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Running the test suite went from 0.02s to 0.09s with this addition. I expected some overhead, but when you consider the amount of Tree Calculus evaluation that was already occurring in the test suite this is a little ridiculous.
I'll investigate if I made some particularly egregious performance mistake in implementation or if this is just inevitable.
Won't fix.