memory-mapping
There are 61 repositories under memory-mapping topic.
vimpunk/mio
Cross-platform C++11 header-only library for memory mapped file IO
meilisearch/heed
Fully typed LMDB wrappers with minimum overhead 🐦
cloudflare/mmap-sync
Rust library for concurrent data access, using memory-mapped files, zero-copy deserialization, and wait-free synchronization.
stbrumme/portable-memory-mapping
Portable Memory Mapping C++ Class (Windows/Linux)
DACUS1995/pytorch-mmap-dataset
A custom pytorch Dataset extension that provides a faster iteration and better RAM usage
utoni/KMemDriver
A Windows Memory driver for game hacking purposes. Supports manual mapping with BlackBone and PastDSE.
tinyBigGAMES/VirtualBuffer
TVirtualBuffer is a generic, thread-safe virtual memory buffer class for Delphi. It provides stream-like read/write access to memory with full position tracking, locking, and bounds safety. Designed for high-performance applications, it’s ideal for buffering, serialization, and multithreaded memory operations.
mentebinaria/maProc
As the name maProc informs, it will map processes in linux, being able to check a process's stack/heap in User Land, being able to change the memory with write permission, you can manipulate the process by sending a SIGNAL and can stop or pause it process.
pmontalb/NpyCpp
C++ API used for read/write *.npy/*.npz files
joaomlneto/procmap
C++ wrapper around /proc/self/maps
yitzikc/grpc-file-exchange
Client-server file storage and retrieval using gRPC
c-cube/ocaml-bigstring
Overlay over bigarrays of chars
itinero/reminiscence
A library for cross-platform memory mapping.
pjsny/macos-zero-copy-ipc
Zero-copy IPC for macOS: POSIX shared memory, lock-free patterns, and Apple Silicon SIMD optimizations
dbadrian/fastply
A fast, bare-bones C++14/17 reader for larger-than-memory PLY files
jmert/UnixMmap.jl
A Julia package that exposes the Unix mmap interfaces
Twilight-Dream-Of-Magic/mio
Cross-platform C++20 header-only library for memory mapped file IO
artcfox/maze-generator
This is a multi-threaded Qt 6 front-end to a very portable (and memory efficient) C program I wrote to create and concurrently solve N-dimensional* mazes of any size.
maxtek6/mio
Active fork of MIO file mapping library
BirchKwok/NumPack
🚀 Supercharge Your NumPy Arrays | ⚡️ Instant TB-scale Data Ops | 💾 Zero Memory Overhead | 🔄 Stream Huge Arrays Like Small Ones | 🛡️ Production-Ready
jianshu93/rust-diskann
A native Rust implementation of DiskANN (Disk-based Approximate Nearest Neighbor search) 🦀
jdlph/MIOCSV
A suite of lightning-fast CSV parsers and writer built upon memory mapping
mulle-core/mulle-mmap
🇧🇿 Memory mapped file access
NablaZeroLabs/memory_mapping_example
Example comparing memory mapping vs file-based I/O
m-wells/AlignedBinaryFormat.jl
Memory-mapping made easy.
Marko19907/Raspberry-Pi-Tetris
Low-level programming project, "Low-Level Programming" (TDT4258) course, fall 2023.
RivenSkaye/WinMMF-rs
A crate to support Memory-Mapped Files for IPC on Windows
salamanetwork/tutocpp20
My Tutorial Journey On C++ 20
TAlmeida003/PBL-Sistemas-Digitais-Interface-de-Entrada-e-Saida
Repositório da disciplina TEC499 - Sistemas Digitais com dois projetos: 1) Leitura de Sensor Digital em FPGA via UART e 2) Sistema de Temperatura e Umidade com Interface Homem-Máquina utilizando LCD e Orange Pi.
tathanhdinh/pmap
Process memory map
IlayG01/windows-os
Windows OS concepts in C language
Kuenoz/pytorch_training_optimization_using_tensordict_memory_mapping
Optimizing PyTorch Model Training by Wrapping Memory Mapped Tensors on an Nvidia GPU with TensorDict.
NoEvaa/AyMemMapping
A modern, cross platform, header-only library for memory mapping.
OriYarden/pytorch_training_optimization_using_tensordict_memory_mapping
Optimizing PyTorch Model Training by Wrapping Memory Mapped Tensors on Nvidia GPUs with TensorDict.
parismollo/CoSMMF
Coherent Sharing of Memory-Mapped Files
schwarzlichtbezirk/mmap-go
A portable mmap package for Go