0SuperComicLib.LowLevel

주요 SuperComicLib을 모아둡니다.

Latest version: 7.0.0 registry icon
Maintenance score
0
Safety score
0
Popularity score
1
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
7.0.0 0 0 0 0 0
6.1.0 0 0 0 0 0
6.0.0 0 0 0 0 0
5.0.0 0 0 0 0 0
4.0.0 0 0 0 0 0
3.3.0 0 0 0 0 0
3.2.0 0 0 0 0 0
3.1.0 0 0 0 0 0
3.0.0 0 0 0 0 0
2.3.0 0 0 0 0 0
2.2.0 0 0 0 0 0
2.1.0 0 0 0 0 0
2.0.1 0 0 0 0 0
2.0.0 0 0 0 0 0
1.0.0 0 0 0 0 0

Stability
Latest release:

7.0.0 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

MIT   -   MIT License

Not a wildcard

Not proprietary

OSI Compliant



SuperComic's Libraries

GitHub GitHub release (latest by date)

!!== Notification ==!!

0SuperComicLibs no longer supports x86 or ARM32, Any 32-bit processors.

The last version to support x86 or ARM32, Any 32-bit processors is v4.1(104100).
Updates will be made on the x-cpu64 branch for the time being.

Summary

Series of libraries that can be used universally for various development.
Unless specified, all projects require .NET Standard 2.0 or higher.

Please refer to this link to check compatibility between .NET Standard 2.0 and other .NET versions.

Name Description
0SuperComicLib.Core Provides features that will be useful in most developments.
0SuperComicLib.NET5Core (.NET 6.0+) Provides experimental technology.
1SuperComicLib.Runtime Provides features such as low-level memory manipulation and array access without bounds checking.
1SuperComicLib.Tensor (.NET 8.0+) Provides tensor-structured memory excluding operations.
1SuperComicLib.Text Provides features related to string processing.
1SuperComicLib.Threading Provides features related to parallel processing or threads.
2SuperComicLib.Arithmetic Provides features related to mathematical operations.
3SuperComicLib.Collections Provides implementations of various data structures and provides useful extensions related to collections.
3SuperComicLib.IO Provides features related to file I/O.
4SuperComicLib.Collection.Concurrent Extends 3SuperComicLib.Collections to provide features for concurrency.
4SuperComicLib.IO.Unsafe Provides an extended features that does not sequentially process file I/O.
7SuperComicLib.Reflection Provides features related to run-time dynamic CIL code generation/reading.
9SuperComicLib.DataObject Provides read/write features for special typed data files.
9SuperComicLib.XPatch Provides features related to run-time dynamic method patching.

Recommended library

  • 0SuperComicLib.Core
  • 1SuperComicLib.Runtime
  • 3SuperComicLib.Collections

Obtaining Build Artifacts

Method 1 (recommend)

Take a look at one of these guides:

Method 2

  1. Download the remote repository to local machine.
  2. Open the project directory want to build in Visual Studio, or add all the source code in the directory to an existing project.
  3. Build and get output.