routing icon indicating copy to clipboard operation
routing copied to clipboard

Use NativeMemoryArray<T> when available and appropriate.

Open airbreather opened this issue 6 years ago • 2 comments

This is essentially the same code that produced the table in itinero/reminiscence#18, plus some surface-level improvements to make it suitable for production.

It allows injecting an instance of IUnmanagedMemoryAllocator in case someone wants to use something platform-specific that outperforms a combination of the global heap with explicit zeroing.

airbreather avatar Mar 13 '19 10:03 airbreather

TeamCity build failed on the "Run Basic Sample (Command Line)" step, but that step was skipped on the build for #246 for some reason...

airbreather avatar Mar 13 '19 10:03 airbreather

Yes, I'm busy enabling these checks again for the pull-requests, this will be fixed soon.

xivk avatar Mar 13 '19 10:03 xivk