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
Well, though this is called "tree" as well, but I tend to treat it as another kind of data structure, like segment tree.
Its properties:
Based on this, pickle.loads and picke.dumps can be optimized because this serialization can be directly performed on the data of root node.
pickle.loads
picke.dumps
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Well, though this is called "tree" as well, but I tend to treat it as another kind of data structure, like segment tree.
Its properties:
Based on this,
pickle.loads
andpicke.dumps
can be optimized because this serialization can be directly performed on the data of root node.The text was updated successfully, but these errors were encountered: