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
{{ message }}
This repository was archived by the owner on Dec 1, 2024. It is now read-only.
The
clear()method currently uses a JS-land iterator, which is inefficient. We can instead iterate and delete in C++. Rough plan to get there:delete start, by doing the logic in reverse, and remove the need for this by using anstd::stringforstartMaybe merge the code that does initial seek with code that does manual seekClearWorkerNAPI_METHOD(db_clear)Ref Level/community#79