Skip to content

Julia arrays aligned to page boundaries for direct memory access applications

License

Notifications You must be signed in to change notification settings

jonschumacher/PageAlignedArrays.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PageAlignedArrays

Build Status Build Status Coverage Status codecov.io

A PageAlignedArray is an array which is guaranteed to have its memory be page-aligned. Two convenient aliases are provided: PageAlignedVector{T} = PageAlignedArray{T,1} and PageAlignedMatrix{T} = PageAlignedArray{T,2}.

These arrays should not be preferred in ordinary circumstances. However, some streaming DMA (direct memory access) peripherals may require a block of memory to be allocated on a page boundary, and therefore having an array in Julia that satisfies this requirement can be useful.

About

Julia arrays aligned to page boundaries for direct memory access applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 100.0%