-
Notifications
You must be signed in to change notification settings - Fork 129
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
chore(pkg/trie): Create standalone trie package #3658
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## development #3658 +/- ##
===============================================
- Coverage 50.51% 50.19% -0.32%
===============================================
Files 230 231 +1
Lines 29006 28782 -224
===============================================
- Hits 14653 14448 -205
+ Misses 12856 12809 -47
- Partials 1497 1525 +28 |
…nto diego/pkg/trie
…nto diego/pkg/trie
…nto diego/pkg/trie
…nto diego/pkg/trie
🎉 This PR is included in version 0.9.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Changes
Create the standalone
/pkg/trie
TODO
/lib/trie
to/pkg/trie
/internal/trie
to/pkt/trie
Tests
make test
Issues
closes #3757
Primary Reviewer
@timwu20