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

Fix #178 - extract numa info #179

Merged
merged 4 commits into from
Jul 9, 2024
Merged

Conversation

lars-t-hansen
Copy link
Collaborator

@lars-t-hansen lars-t-hansen commented Jun 20, 2024

Currently a WIP, decoding /proc/stat and outlining various representation strategies for the data to make them compact. There are endless possibilities, but a base-45 variable-length delta-from-minimum encoding with separators represented as distinguished leading digits is probably about as compact as more standard encodings (eg uleb64+base64), and simpler than the latter.

@lars-t-hansen lars-t-hansen marked this pull request as ready for review June 24, 2024 07:48
@lars-t-hansen lars-t-hansen requested a review from bast June 24, 2024 07:48
@lars-t-hansen
Copy link
Collaborator Author

I should probably add an integration test too now that there is a command line option.

@bast
Copy link
Member

bast commented Jul 9, 2024

Thank you!

@bast bast merged commit afb8ee4 into NordicHPC:main Jul 9, 2024
1 check passed
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.

2 participants