Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Unsafe code optimizations #60

Open
Therzok opened this issue Mar 17, 2018 · 2 comments
Open

Unsafe code optimizations #60

Therzok opened this issue Mar 17, 2018 · 2 comments

Comments

@Therzok
Copy link
Contributor

Therzok commented Mar 17, 2018

Figure out where we can replace normal generation with unsafe generation for people who want to go without the marshalling overhead.

@sundermann
Copy link
Collaborator

How much faster is unsafe code though, is it worth it?

@Therzok
Copy link
Contributor Author

Therzok commented Mar 17, 2018

There are some cases where unsafe marshalling is better (i.e. arrays, do you don't have to allocate a managed array)

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

No branches or pull requests

2 participants