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

Adopt libxutils to add various built-ins, especially cross-platform filesystem operations #6

Open
jaromil opened this issue Sep 29, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@jaromil
Copy link
Member

jaromil commented Sep 29, 2024

Very nice to have a good number of utility functions from https://github.com/kala13x/libxutils

It is also configurable by modules:

USE_ARRAY=y
USE_CRYPT=y
USE_XTIME=y
USE_EVENT=y
USE_LIST=y
USE_XBUF=y
USE_HASH=y
USE_SOCK=y
USE_XLOG=y
USE_XSTR=y
@jaromil jaromil added the enhancement New feature or request label Sep 29, 2024
@jaromil
Copy link
Member Author

jaromil commented Jan 7, 2025

Added XArray succesfully now using only a few functions, makes sense to wrap it into cjit_ namespace in the close future and expose it to compiled programs as a handy extension. It should be an opinionated exposure of functions following best-practices in C secure coding (XArray allows a lot of flexibility on how memory is allocated...)

@jaromil jaromil self-assigned this Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant