Open mkitti opened 2 years ago
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
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.
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?