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

proposal: Write parts of KISS in C for portability/speedup #91

Open
git-bruh opened this issue Aug 31, 2022 · 4 comments
Open

proposal: Write parts of KISS in C for portability/speedup #91

git-bruh opened this issue Aug 31, 2022 · 4 comments
Labels

Comments

@git-bruh
Copy link
Member

No description provided.

@dilyn-corner
Copy link
Member

Write all of kiss in C :P

@aabacchus
Copy link
Member

Relevant:

The C package manager implementation is still in the works though its
development process has changed. A library will be created and slowly over
time individual components of the shell package manager will be replaced with
C equivalents (while the library matures at the same time).

Users will be able to opt-in to running parts of the package manager (the slow
components especially) in C. This allows users to benefit from faster
implementations of components as they become available.

Once the library reaches a good level of usability, a full C package manager
implementation will be made available alongside the shell implementation.

A test-suite will also be created and will be used both by the shell and C
package manager implementations to ensure that no regressions are made between
changes.

Dylan, 11 Jul 2020

@illiliti
Copy link
Member

illiliti commented Sep 8, 2022

I'm neutral on this as long as those parts will be optional and not installed by default.

@git-bruh
Copy link
Member Author

@kiss-community kiss-community locked and limited conversation to collaborators Sep 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants