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(ragdoll-data): 完成定长记录和有元素大小限制内存池的初步开发和测试 #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Trinoooo
Copy link
Owner

@Trinoooo Trinoooo commented Mar 8, 2024

No description provided.

return lp, nil
}

func (lp *limitedSizeMemPool) Get() any {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里暴露似乎没有任何作用

Copy link

codecov bot commented Mar 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.53%. Comparing base (48d8cea) to head (95026e7).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #24   +/-   ##
=======================================
  Coverage   70.53%   70.53%           
=======================================
  Files           3        3           
  Lines         733      733           
=======================================
  Hits          517      517           
  Misses        140      140           
  Partials       76       76           

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant