wcdawn / aarray

Routines for storing integers and double precision numbers in contiguous memory for cache efficiency.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aarray

Routines for storing integers and double precision numbers in contiguous memory for cache efficiency. The C implementation uses writing & reading of bits whereas the Fortran implementation stores the double precision number as two 32-bit integers.

About

Routines for storing integers and double precision numbers in contiguous memory for cache efficiency.

License:MIT License


Languages

Language:Fortran 57.6%Language:C 29.7%Language:Makefile 12.7%