0SuperComicLib.LowLevel
4.0.0
Please keep the latest version! THX :D
See the version list below for details.
dotnet add package 0SuperComicLib.LowLevel --version 4.0.0
NuGet\Install-Package 0SuperComicLib.LowLevel -Version 4.0.0
<PackageReference Include="0SuperComicLib.LowLevel" Version="4.0.0" />
paket add 0SuperComicLib.LowLevel --version 4.0.0
#r "nuget: 0SuperComicLib.LowLevel, 4.0.0"
// Install 0SuperComicLib.LowLevel as a Cake Addin #addin nuget:?package=0SuperComicLib.LowLevel&version=4.0.0 // Install 0SuperComicLib.LowLevel as a Cake Tool #tool nuget:?package=0SuperComicLib.LowLevel&version=4.0.0
API
Github - 0SuperComicLibs/documents/en-us/0SuperComicLib.LowLevel.md
Performance
(old benchmark results)
0SuperComicLib.LowLevel
is always faster than System.Reflection
when copying the entire object memory.
See here for more details.
Example
Output:
=== SuperComicLib.LowLevel ===
=========== Sample ===========
=== Before ===
m_ILStream : 0F 00 4A 90 01 00 00 2A
m_Length : 8
m_MaxStackSize : 1
=== After ===
m_ILStream : 00
m_Length : 1
m_MaxStackSize : 32
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
7.0.0 | 1,340 | 9/25/2022 | |
6.1.0 | 1,682 | 5/8/2021 | |
6.0.0 | 1,361 | 4/5/2021 | |
5.0.0 | 1,661 | 8/21/2020 | |
4.0.0 | 1,473 | 7/9/2020 | |
3.3.0 | 1,483 | 6/25/2020 | |
3.2.0 | 4,132 | 5/25/2020 | |
3.1.0 | 4,130 | 5/13/2020 | |
3.0.0 | 1,553 | 4/9/2020 | |
2.3.0 | 1,617 | 4/8/2020 | |
2.2.0 | 1,706 | 4/8/2020 | |
2.1.0 | 1,622 | 4/7/2020 | |
2.0.1 | 1,658 | 3/18/2020 | |
2.0.0 | 1,628 | 3/18/2020 | |
1.0.0 | 1,701 | 1/30/2020 |
Update 4.0
* MemoryCompareAuto method now performs an exact comparison on null values
* Added `Duplicate` and `InitObj` methods
* Added `NativeInstance` struct
* Removed all old pinned address methods. Use the new PinnedAddress method or RefMemory method instead
* Removed `UnsafePinnedAction` and `UnsafeDupAction` delegate
* Removed `Convert_s` methods
* Bug fix