Skip to main content

Module memory_mapped

Module memory_mapped 

Source
Expand description

Memory-mapped file support for efficient large PDF handling

Uses OS-level memory mapping to access PDF files without loading them entirely into memory.

Structsยง

MappedReader
A reader that uses memory-mapped files
MemoryMappedFile
Memory-mapped file for efficient access