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
Could you please provide some simple examples of fetching and inserting data into the B-tree. From what you have already shown it seems fetching needs a Iterator and inserting needs a Mutator.
Am I right?
However there are no examples on how to use the Mutator to insert data into the B-tree or if there is any other simple way to do it.
The text was updated successfully, but these errors were encountered:
A Mutator is also an Iterator. It can do all that an Iterator can do. There is no simple way to do anything with Strata. It is a b-tree primitive. Once you create a mutator you can begin to insert values into it. I'll see if I can update the GitHub pages with a plain JavaScript example.
A |Mutator| is also an |Iterator|. It can do all that an |Iterator|
can do. There is no simple way to do anything with Strata. It is a
b-tree primitive. Once you create a mutator you can begin to insert
values into it. I'll see if I can update the GitHub pages with a plain
JavaScript example.
Could you please provide some simple examples of fetching and inserting data into the B-tree. From what you have already shown it seems fetching needs a Iterator and inserting needs a Mutator.
Am I right?
However there are no examples on how to use the Mutator to insert data into the B-tree or if there is any other simple way to do it.
The text was updated successfully, but these errors were encountered: