-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Break Code Into Features #198
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Comments
I am a bit confused as this is my first time contributing. Are you asking to identify the parts of the code that are not essential and wrap them in features so that others can include or exclude them as needed? |
Exactly. I'll update this with more details later today, but some big ones are tracing, performance metrics (which still needs to be added), and separation of the modules which is rough at the moment and needs a lot more testing.
Sent from Proton Mail Android
-------- Original Message --------On 1/7/25 2:29 AM, 13unk0wn wrote:
I am a bit confused as this is my first time contributing. Are you asking to identify the parts of the code that are not essential and wrap them in features so that others can include or exclude them as needed?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were assigned.Message ID: ***@***.***>
[
{
***@***.***": "http://schema.org",
***@***.***": "EmailMessage",
"potentialAction": {
***@***.***": "ViewAction",
"target": "#198 (comment)",
"url": "#198 (comment)",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
***@***.***": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]
|
Okay, I will do my best to solve what I can. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
In Rust, you can separate code into "features" which can be turned on or off at compile time. This can greatly reduce the binary size and the length of the builds for situations where not everything is needed.
The text was updated successfully, but these errors were encountered: