brenhinkeller / StaticTools.jl

Enabling StaticCompiler.jl-based compilation of (some) Julia code to standalone native binaries by avoiding GC allocations and llvmcall-ing all the things!
MIT License
167 stars 12 forks source link

Refactor strings again, make explicit type for views into existing strings #4

Closed brenhinkeller closed 2 years ago

brenhinkeller commented 2 years ago

This unifies a lot of the string interface under the new AbstractStaticString type.

Partially addresses #2