memcpy
There are 12 repositories under memcpy topic.
patois/mrspicky
MrsPicky - An IDAPython decompiler script that helps auditing memcpy() and memmove() calls
ammarfaizi2/memcpy_benchmark
Benchmark to show which is the fastest memcpy.
mysterywolf/rt_memcpy_cm
rt_memcpy Cortex-M 汇编加速版
chili-epfl/GraphicBuffer
A direct memory access to GPU data on Android API 23, API 24-25 (with root), API 26-27 (code from this repo not needed, an example is in README)
Unknown-Stryker/SSE2-AVX-AVX512-Memory-Algorithms
C++ SSE2/AVX/AVX512 memset, memcpy, and memmove
wbrickner/fastcpy
Faster `memcpy` alternative (with benchmarks).
DreamtWorld/cmem-wasm
Single-page C memory management in WebAssembly
guilmira/2021-libftSubmodule
This project aims to code a C library regrouping usual functions.
avx/riscv_memops
risc-v optimized memset, memcpy, memmove implementations
awwalm/distsys
A C++ implementation of the 1st version of Alexander Supalov's Naïve memory benchmark.
IvanMzk/culib
Culib - library to work with CUDA using STL-like abstract types and algorithms
kadealicious/Dynamic-C-Array
Create dynamically-allocated arrays of any data type in the C language.