Skip to content

Commit

Permalink
Added: Note on Large Address Awareness to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed May 26, 2023
1 parent 4fecca1 commit e89d81e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Readme.md
Expand Up @@ -25,11 +25,12 @@ Reloaded.Memory is a high performance library which provides `zero-cost abstract

It is designed to be as fast as possible, with no overhead, while providing useful functionality to the user.

- **Zero Cost Abstractions:** Performance equivalent to using raw pointers.
- **Stable API:** Versions 9.0.0 and above have a fully stable, backwards compatible API.
- **Trimming Safe:** The library is fully compatible with .NET Core's Linker.
- **Fully Documented:** The library is fully tested & documented with XML comments.
- **Cross Platform:** 99% of the library is fully compatible with Windows, Linux and MacOS.
- **Zero Cost Abstractions:** Performance equivalent to using raw pointers.
- **Stable API:** Versions 9.0.0 and above have a fully stable, backwards compatible API.
- **Trimming Safe:** The library is fully compatible with .NET Core's Linker.
- **Fully Documented:** The library is fully tested & documented with XML comments.
- **Cross Platform:** 99% of the library is fully compatible with Windows, Linux and MacOS.
- **Large Address Aware:** The library can correctly leverage all 4GB in x86 processes.

This project guarantees binary backwards compatibility; meaning you can substitute the library with any newer version
without recompiling the source code. Should the need to introduce any breaking changes occur; much like the runtime.
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Expand Up @@ -35,6 +35,7 @@ It is designed to be as fast as possible, with no overhead, while providing usef
- **Trimming Safe:** The library is fully compatible with .NET Core's Linker.
- **Fully Documented:** The library is fully tested & documented with XML comments.
- **Cross Platform:** 99% of the library is fully compatible with Windows, Linux and MacOS across multiple CPU architectures.
- **Large Address Aware:** The library can correctly leverage all 4GB in x86 processes.

This project guarantees binary backwards compatibility; meaning you can substitute the library with any newer version
without recompiling the source code. Should the need to introduce any breaking changes occur; much like the runtime.
Expand Down

0 comments on commit e89d81e

Please sign in to comment.