This project is licensed under the Apache 2.0 license. Copyright © 2023-present, UNKNOWN STRYKER. All rights reserved.
🌱📚 The goal of this project is to understand the possible implementations of memory routines, such as memcpy
, memmove
, etc. Some of the impressive and low-level features may seem like "They just work!", but nothing in computer science is a myth or magic.
🔥 This project aims to offer the algorithms that are as performant as the C standard library implementations.
- Linux:
- Ninja Build System.
- The latest version of LLVM/Clang.
- The latest version of CMake.