Releases: Cysharp/NativeMemoryArray
Releases · Cysharp/NativeMemoryArray
Ver.1.2.2
Ver.1.2.1
Ver.1.2.0
- Fix does not work Slice(AsSpan, AsMemory, etc...) when T is not byte type
- Add
AsStream()
Ver.1.1.0
- Add
ctor(..., bool addMemoryPressure = false)
argument to constructor. this is breaking changes(before, same as addMemoryPressure = true).
Ver.1.0.1
What's Changed
- Fix invalid GC.RemoveMemoryPressure size
- Tiny optimization by @WhiteBlackGoose in #2
- A few more optimizations by @WhiteBlackGoose in #3
New Contributors
- @WhiteBlackGoose made their first contribution in #2
Full Changelog: 1.0.0...1.0.1
Ver.1.0.0
Initial release.