We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windowed
Currently windowed reads & renders from this.rows which is an array.
this.rows
By changing that to an interface it can be swapped to by anything that's a synchronous API like C++ or lmdb
lmdb
The text was updated successfully, but these errors were encountered:
This is done.
Sorry, something went wrong.
This is not done yet, the rows field is still public instead of private which does not allow it to be swapped easily without a breaking change.
rows
Oh haha sorry my bad :)
No branches or pull requests
Currently
windowed
reads & renders fromthis.rows
which is an array.By changing that to an interface it can be swapped to by anything that's a synchronous API like C++ or
lmdb
The text was updated successfully, but these errors were encountered: