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

Support types that present contiguous region of memory #55

Open
operasfantom opened this issue Dec 13, 2019 · 0 comments
Open

Support types that present contiguous region of memory #55

operasfantom opened this issue Dec 13, 2019 · 0 comments

Comments

@operasfantom
Copy link
Contributor

While working with large amount of text data such as logs, I have to use tasks of string frequently. Moreover, these tasks takes substring of large string as parameter. So, I have to create new instance of string on each invokation just for passing to the model. Would be better to use such clases as CharSequence in Kotiln and Memory in C# in terms of perfomance? Anyway, framework doesn't support that types at the moment

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

No branches or pull requests

1 participant