diff --git a/docs/PERFORMANCE.md b/docs/PERFORMANCE.md index ed6c24a..010f262 100644 --- a/docs/PERFORMANCE.md +++ b/docs/PERFORMANCE.md @@ -5,7 +5,7 @@ profiled or optimized yet. It has only been designed for performance. Here are the design choices made in order to help achieve eventual high performance: -- Rust language: low level language runs as fast as your hardware with no runtime and no overhead. +- Rust language: system level language. - Asynchronous multithreading: maximizes the utilization of each and every CPU core available. - Memory mapped storage: Accessing persistent storage is usually just as fast as accessing main memory (once swapped in). This is achieved via a custom memory map for events and LMDB for indices.