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 #3

Closed brenhinkeller closed 2 years ago

brenhinkeller commented 2 years ago

Partially addresses #2, making strings the same length as in Base