Kimi2016 / gstring

GC Free string for C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gstring

GC Free string for C#

Lets you do pretty much most of the common string operations without any alloactions.

See the video in this thread to see how I accomplished it http://forum.unity3d.com/threads/gstring-gc-free-string-for-unity.338588/

See gstringTest for sample usage code.

Note that the implementaiton uses pointers and "unsafe" code so make sure if you're on Unity to have the smcs and gmcs files with the -unsafe flag, you might have to restart Unity if it's the first time you add them.

About

GC Free string for C#

License:MIT License


Languages

Language:C# 100.0%