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 estimate feature & test #289

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

add estimate feature & test #289

wants to merge 1 commit into from

Conversation

LHT129
Copy link
Collaborator

@LHT129 LHT129 commented Jan 2, 2025

issue: #280

@LHT129 LHT129 self-assigned this Jan 2, 2025
@LHT129 LHT129 added kind/feature New feature or request and removed size/M labels Jan 2, 2025
@LHT129 LHT129 force-pushed the estimate branch 3 times, most recently from cc6d91c to e70e50c Compare January 2, 2025 06:36
@LHT129 LHT129 requested a review from ShawnShawnYou as a code owner January 2, 2025 06:36
Copy link

codecov bot commented Jan 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

see 15 files with indirect coverage changes

std::ifstream statm("/proc/self/statm");
uint64_t sizes[6];
statm >> sizes[0] >> sizes[1] >> sizes[2] >> sizes[3] >> sizes[4] >> sizes[5];
size_t pageSize = 4096;
Copy link
Collaborator

Choose a reason for hiding this comment

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

pageSize -> page_size

@wxyucs wxyucs linked an issue Jan 10, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Memory estimation for index
2 participants