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

StaticStrings.jl #27

Open
mkitti opened this issue Oct 3, 2022 · 2 comments
Open

StaticStrings.jl #27

mkitti opened this issue Oct 3, 2022 · 2 comments

Comments

@mkitti
Copy link
Contributor

mkitti commented Oct 3, 2022

I originally started a package called NStrings.jl, but then this became StaticStrings.jl:

https://github.com/mkitti/StaticStrings.jl

Now it occurred to me that we may have a name collision.

Could we check if our goals are compatible here?

@brenhinkeller
Copy link
Owner

brenhinkeller commented Oct 3, 2022

The main goal here is just static-compiler-ability, open to other goals too. StackString could also be an acceptable type name here as a parallel to MallocString

@mkitti
Copy link
Contributor Author

mkitti commented Oct 3, 2022

To be clear, we should be able to make your "StackString" compatible with StaticStrings.jl. They are both NTuple based.

In particular, it maps to the CStaticString type in StaticStrings.jl.

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

2 participants