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 has been 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::string
forstart
Maybe merge the code that does initial seek with code that does manual seekClearWorker
NAPI_METHOD(db_clear)
Ref Level/community#79
The text was updated successfully, but these errors were encountered: