tmthrgd / go-memset Star 32 Code Issues Pull requests An efficient memset implementation for Golang. golang assembly x64 x86-64 asm avx sse simd amd64 zero memset Updated Sep 4, 2019 Go
Unknown-Stryker / SSE2-AVX-AVX512-Memory-Algorithms Star 3 Code Issues Pull requests C++ SSE2/AVX/AVX512 memset, memcpy, and memmove cpp avx sse simd avx512 memset memcpy memmove x86-64-simd Updated Nov 6, 2024 C++
guilmira / 2021-libftSubmodule Star 1 Code Issues Pull requests This project aims to code a C library regrouping usual functions. linked-list split malloc itoa strlen calloc substring 42born2code c-library strdup memset strcmp atoi strings-manipulation strjoin memcpy strchr bzero memchr 42madrid Updated Oct 14, 2022 C
Ohjurot / WideMemset Star 1 Code Issues Pull requests 8/16/32/64-bit wide memset x64 asm 8-bit 16-bit 64-bit 32-bit memset Updated Mar 28, 2022 C++
DreamtWorld / cmem-wasm Star 1 Code Issues Pull requests Single-page C memory management in WebAssembly lightweight malloc free libc heap calloc memset realloc memcpy memmove Updated Sep 18, 2022 WebAssembly
avx / riscv_memops Star 0 Code Issues Pull requests risc-v optimized memset, memcpy, memmove implementations riscv risc-v memset rv32e memcpy rv64gc memmove Updated Jan 17, 2023 Assembly