diff --git a/Readme.md b/Readme.md index a0a4a90..74ddf9d 100644 --- a/Readme.md +++ b/Readme.md @@ -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. diff --git a/docs/index.md b/docs/index.md index 92f5eff..30703b8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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.