You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
latest version also has many bugs. one bug is when you give m 1 then it works normally and stop on given range.(which is also named as aborted function)
on another hand if you give m 0 then you will not stop on range, without knowing you it will keep run. thats not good.
note:it should stop on range when we provide m 0 , because in this case it will search all keys.
The text was updated successfully, but these errors were encountered:
latest version also has many bugs. one bug is when you give m 1 then it works normally and stop on given range.(which is also named as aborted function)
on another hand if you give m 0 then you will not stop on range, without knowing you it will keep run. thats not good.
note:it should stop on range when we provide m 0 , because in this case it will search all keys.
The text was updated successfully, but these errors were encountered: