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
@vweevers is working on version 2 of Level packages, bringing in significant changes including dropping callbacks in favor of promises. abstract-level v2.0.0 is already on NPM and the Upgrade guide now details the changes between v1.x and v2.x.
Before upgrading we need to wait for the following packages to be updated to abstract-level v2:
should ask @ronag an whether they intend to align with abstract-level v2
We should also study the potential performance impacts of moving to promise-based iteration techniques, which I suspect might make for a slightly different tradeoff between performance (slower) and maintainability (greater).
The text was updated successfully, but these errors were encountered:
@vweevers is working on version 2 of Level packages, bringing in significant changes including dropping callbacks in favor of promises.
abstract-level
v2.0.0 is already on NPM and the Upgrade guide now details the changes between v1.x and v2.x.Before upgrading we need to wait for the following packages to be updated to
abstract-level
v2:classic-level
[REQUIRED]work towards v2 happening in https://github.com/Level/classic-level/tree/v2memory-level
[REQUIRED]no branch for v2 yetbrowser-level
[REQUIRED]@nxtedition/rocksdb
[OPTIONAL, not blocking]abstract-level
v2We should also study the potential performance impacts of moving to promise-based iteration techniques, which I suspect might make for a slightly different tradeoff between performance (slower) and maintainability (greater).
The text was updated successfully, but these errors were encountered: