Skip to content
New issue

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

Add Tree.Edit benchmark #623

Closed
hackerwins opened this issue Aug 21, 2023 · 2 comments · Fixed by #637
Closed

Add Tree.Edit benchmark #623

hackerwins opened this issue Aug 21, 2023 · 2 comments · Fixed by #637
Assignees
Labels
cleanup 🧹 Paying off technical debt good first issue 🐤 Good for newcomers sdk ⚒️

Comments

@hackerwins
Copy link
Member

Description:

Recently, Yorkie provides Tree for WYSIWYG editors that have a tree-based model. Let's add benchmarks of Tree to track its performance.

Tree specifications:

Similar issues:

Why:

It is important to track performance when adding new features or methods because Tree is a data structure and sometimes users may load a lot of data to it.

@JOOHOJANG
Copy link
Contributor

It would be nice for a new contributor to do it, but I think I should do it right away because it's related to the work I'm doing right now. Can I take it?

@hackerwins
Copy link
Member Author

@JOOHOJANG Sure, give it a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup 🧹 Paying off technical debt good first issue 🐤 Good for newcomers sdk ⚒️
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants