2 रिपॉजिटरी
Low-level utilities for copying or filling contiguous blocks of system memory.
Distinct from Data-Block Memory Management: None of the candidates cover general purpose raw RAM block copying/filling in a virtual machine context; they focus on GPUs, data-block lifecycle, or AI memory.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Memory Block Operations. Refine with filters or upvote what's useful.
TIC-80 is a fantasy console platform and multi-language game engine that provides a virtual retro game development environment. It operates via a bytecode virtual machine that executes game logic within fixed memory and resolution constraints. The project distinguishes itself by offering integrated asset editors for pixel art, tile maps, and a pattern-based chiptune audio workstation all within a single environment. It supports multi-language scripting, allowing developers to write logic in Lua, JavaScript, or Ruby, and provides a standalone game exporter to package projects into native execu
Provides utilities to copy blocks of RAM or fill memory ranges with constant values.
oneDNN is a library for deep learning acceleration that provides optimized building blocks for neural network training and inference. It manages tensor computation across CPU and GPU hardware, enabling the execution of high-performance primitives for model training and neural network inference optimization. The project distinguishes itself through hardware-specific kernel optimization and the use of just-in-time compilation to target specific processor instruction sets. It supports quantized neural network execution using both static and dynamic quantization to reduce memory usage and increas
Enables the composition of sequential micro-kernels to implement specialized operations with manual control over threading and blocking.