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

Investigate unsafe string modification for speed improvements #4

Open
nemec opened this issue Aug 3, 2015 · 1 comment
Open

Investigate unsafe string modification for speed improvements #4

nemec opened this issue Aug 3, 2015 · 1 comment

Comments

@nemec
Copy link
Owner

nemec commented Aug 3, 2015

Since this library is essentially a wrapper for strings, is there any benefit to breaking out of the "managed" mold and using direct memory copying to get some speed improvements? Or will the performance difference be negligible? Need to investigate.

http://blog.getpaint.net/2015/07/21/net-strings-are-immutable-except-that-theyre-not/

@nemec
Copy link
Owner Author

nemec commented Oct 9, 2015

Also interesting possibility... Slice.Net

https://github.com/joeduffy/slice.net

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant