We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
What would be the best method for serialization of a sorted btree (using interface ISortedMap)?
ISortedMap
Is it safe to use JSON.stringify, or would you recommend serializing the iterable and then reconstructing the tree from the resulting array?