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

Modularize kernel implementations #73

Open
paleolimbot opened this issue Nov 7, 2023 · 0 comments
Open

Modularize kernel implementations #73

paleolimbot opened this issue Nov 7, 2023 · 0 comments

Comments

@paleolimbot
Copy link
Contributor

Currently all kernels are in the same file in one totally massive mess of function pointers. This is a bad example of how to implement a kernel, which should mostly be a one-kernel-per-file situation. It also makes it more difficult to add more kernels or add features/options to existing kernels.

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

No branches or pull requests

1 participant