use a reversed acc in local function 'before' to prevent
quadratic cost due to use of ++, use 'if (level==0)' instead of 'if0' in function pL to reduce memory allocation (because if0 is lazy in last two arguments) and improve speed.
Please register or sign in to comment