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

feat: B-Tree added #2677

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

feat: B-Tree added #2677

wants to merge 10 commits into from

Conversation

gfant
Copy link
Contributor

@gfant gfant commented Aug 11, 2024

Contributors' checklist...
  • Added new tests, or not needed, or not feasible
  • Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory
  • Updated the official documentation or not needed
  • No breaking changes were made, or a BREAKING CHANGE: xxx message was included in the description
  • Added references to related issues and PRs
  • Provided any useful hints for running manual tests
  • Added new benchmarks to generated graphs, if any. More info here.

Added B-Tree structure so data can be mantained ordered without using too much operations.

@gfant gfant requested review from a team as code owners August 11, 2024 20:09
@gfant gfant requested review from ajnavarro and thehowl and removed request for a team August 11, 2024 20:09
@github-actions github-actions bot added the 🧾 package/realm Tag used for new Realms or Packages. label Aug 11, 2024
Copy link

codecov bot commented Aug 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.85%. Comparing base (5450f64) to head (dd0a971).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2677   +/-   ##
=======================================
  Coverage   60.85%   60.85%           
=======================================
  Files         563      563           
  Lines       75193    75193           
=======================================
+ Hits        45757    45762    +5     
+ Misses      26069    26061    -8     
- Partials     3367     3370    +3     
Flag Coverage Δ
contribs/gnodev 60.65% <ø> (ø)
contribs/gnofaucet 14.46% <ø> (ø)
gno.land 67.17% <ø> (ø)
gnovm 65.63% <ø> (ø)
misc/genstd 80.54% <ø> (ø)
misc/logos 20.23% <ø> (+0.35%) ⬆️
tm2 62.08% <ø> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gfant gfant changed the title B-Tree added [feat] B-Tree added Aug 22, 2024
@gfant gfant changed the title [feat] B-Tree added Feat: B-Tree added Aug 22, 2024
@gfant gfant changed the title Feat: B-Tree added feat: B-Tree added Aug 22, 2024
@gfant
Copy link
Contributor Author

gfant commented Aug 23, 2024

Is there something I could do to help with the merging of this PR, @thehowl , @ajnavarro @leohhhn ? (Thank you in advance!)

examples/gno.land/p/demo/btree/btree.gno Outdated Show resolved Hide resolved
examples/gno.land/p/demo/btree/btree.gno Outdated Show resolved Hide resolved
gfant and others added 4 commits August 27, 2024 14:50
Co-authored-by: Antonio Navarro Perez <antnavper@gmail.com>
Co-authored-by: Antonio Navarro Perez <antnavper@gmail.com>
@gfant
Copy link
Contributor Author

gfant commented Aug 30, 2024

Updated test to adapt to new error message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧾 package/realm Tag used for new Realms or Packages.
Projects
Status: In Progress
Status: In Review
Development

Successfully merging this pull request may close these issues.

2 participants